úÎ30Œ0      !"#$%&'()*+,-./FFI provisionalDon Stewart <dons@galois.com>0 FThe acos function computes the principal value of the arc cosine of x  in the range [0, pi] GThe asin function computes the principal value of the arc sine of x in  the range [-pi2, +pi2]. GThe atan function computes the principal value of the arc tangent of x  in the range [-pi2, +pi2]. FThe atan2 function computes the principal value of the arc tangent of  y/Fx, using the signs of both arguments to determine the quadrant of the  return value. AThe cos function computes the cosine of x (measured in radians). V A large magnitude argument may yield a result with little or no significance. For a 3 discussion of error due to roundoff, see math(3). @The sin function computes the sine of x (measured in radians). A A large magnitude argument may yield a result with little or no H significance. For a discussion of error due to roundoff, see math(3). CThe tan function computes the tangent of x (measured in radians). A A large magnitude argument may yield a result with little or no H significance. For a discussion of error due to roundoff, see math(3). 7The cosh function computes the hyperbolic cosine of x. 5The sinh function computes the hyperbolic sine of x. !8The tanh function computes the hyperbolic tangent of x. "LThe exp() function computes the exponential value of the given argument x. #Jfrexp convert floating-point number to fractional and integral components 0 frexp is not defined in the Haskell 98 report. $QThe ldexp function multiplies a floating-point number by an integral power of 2. 0 ldexp is not defined in the Haskell 98 report. %NThe log() function computes the value of the natural logarithm of argument x. &QThe log10 function computes the value of the logarithm of argument x to base 10. 0 log10 is not defined in the Haskell 98 report. 'IThe modf function breaks the argument value into integral and fractional 9 parts, each of which has the same sign as the argument. / modf is not defined in the Haskell 98 report. (<The pow function computes the value of x to the exponent y. )>The sqrt function computes the non-negative square root of x. *RThe ceil function returns the smallest integral value greater than or equal to x. +LThe fabs function computes the absolute value of a floating-point number x. ,OThe floor function returns the largest integral value less than or equal to x. -=The fmod function computes the floating-point remainder of x / y. .FThe round function returns the nearest integral value to x; if x lies O halfway between two integral values, then these functions return the integral H value with the larger absolute value (i.e., it rounds away from zero). /=The fmod function computes the floating-point remainder of x / y. 0  !"#$%&'()*+,-./0 !" # $ % & '()*+,-./0  !"#$%&'()*+,-./0      !"#$%&'()*+,-./012 cmath-0.1Foreign.C.Math.Doublec_truncc_roundc_fmodc_floorc_fabsc_ceilc_sqrtc_powc_modfc_log10c_logc_ldexpc_frexpc_expc_tanhc_sinhc_coshc_tanc_sinc_cosc_atan2c_atanc_asinc_acosacosasinatanatan2cossintancoshsinhtanhexpfrexpldexploglog10modfpowsqrtceilfabsfloorfmodroundtrunc