Skip to content

Commit

Permalink
update the format
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinTree committed Aug 17, 2017
1 parent 851e8c0 commit c9fe288
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions ColinTreeMathExtended.java
@@ -1,8 +1,4 @@
/**
* @author ColinTree (colinycl123@gmail.com)
*/

package cn.colintree.aix;
package cn.colintree.aix.ColinTreeMathExtended;

import android.content.Context;
import android.util.Log;
Expand Down Expand Up @@ -31,16 +27,6 @@ public ColinTreeMathExtended(ComponentContainer container) {
Log.d(LOG_TAG, "ColinTreeMathExtended Created" );
}

/*/Radius to Degree - Jiao Du Zhuan Hu Du
@SimpleFunction(description = "Turn degree into radius")
public double D2R(double Degree){
return Degree/180*Math.PI;
}
// Radius to Degree - Hu Du Zhuan Jiao Du
@SimpleFunction(description = "Turn degree into radius")
public double R2D(double Radius){
return Radius*180/Math.PI;
}*/
// Max - Zui Da Shu
@SimpleFunction(description = "Find the max number in the list, return min double if the list is empty. Also, please make sure there are all number in the list")
public double Max(YailList list){
Expand Down
Binary file modified cn.colintree.aix.ColinTreeMathExtended.aix
Binary file not shown.

0 comments on commit c9fe288

Please sign in to comment.