예제 #1
0
파일: TSMath.cs 프로젝트: reowst/TrueSync-1
 /// <summary>
 /// Returns the tan of value.
 /// </summary>
 public static FP Tan(FP value)
 {
     return(FP.Tan(value));
 }