[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson