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