Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>getprec()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GETPREC()
 Determines the level of precision that is set
------------------------------------------------------------------------------
 Returns

     GETPREC() returns the level of precision currently installed for
     CA-Clipper Tools trigonometric functions.  The value corresponds to the
     number of digits to the right of the decimal in the range of 1 to 16.

 Description

     GET PRECISION
     GETPREC() queries the currently installed precision level for CA-Clipper
     Tools trigonometric functions.  The returned value corresponds to the
     number of digits to the right of the decimal, that are being worked
     with.  Although the default is 16, you can change this value with
     SETPREC().

 Example

     What precision has been set?

     ? GETPREC()      //  e.g. 10


See Also: SETPREC()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson