Lines Matching refs:functions
44 Mike's Arbitrary Precision Math Library is a set of functions that
64 3) Trig functions and other common C math library functions. This library
65 will perform the following functions to any desired precision level :
233 validate : This program will compare the MAPM math functions to the C
234 standard library functions, like sqrt, sin, exp, etc. This
268 linking. The reason is some of the MAPM functions use an iterative algorithm.
275 routines with 15 accurate digits, the MAPM functions converge faster.
283 more efficient algorithm for any of these functions, I would like to here
286 See the file 'function.ref' to see a description of all the functions in
298 structures could get corrupted if multiple MAPM functions are active at the
300 MAPM functions. This can usually be achieved by a call to the operating
331 All of the MAPM math functions begin with m_apm_*.
405 There are 5 total functions for converting an M_APM number into something
408 For these 5 functions, M_APM number -> string is the conversion
469 **** NOTES on the fixed point formatting functions ****
643 In order to force the use of the overloaded MAPM functions, call the
644 MAPM functions with a quoted string as the argument (if the argument
711 the functions call other functions (calculating arc-cos will call cos, log
718 Also note that the math.h type functions all call the 4 basic operations
719 numerous times. So if all the math.h functions work, it is highly
722 2) 'math.h' type functions.
749 family of functions were always converging. Also used these
757 The arc family of functions exercise considerable portions
760 HYPERBOLIC: The hyperbolic functions just use exp, log, and the 4 basic
761 math operations. All of these functions simply use other
762 existing functions in the library.