Goto: 4C Home | 4C Docs | System PCLs List mathfunc()

mathfunc()

Purpose:
mathfunc() Miscellaneous Math Functions
Following is a list of math functions implemented as system PCLs. Except where indicated all results and arguments are 4C floats.
Where Used:
Any of the above math functions can be called from anywhere in the application.
Bugs/Features/Comments:
All of the above functions are implemented using calls to standard C library routines. 4C type floats are converted to C type double before calling the routine. C type results of double are converted back to 4C type floats. Because of this conversion, precision may be lost since the C type double is less precise than the 4C type of float.
See Also:


Back to Top