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