/// <summary>
 /// Returns the tan of value.
 /// </summary>
 public static FP Tan(FP value)
 {
     return(FP.Tan(value));
 }