get_real_precision()
#
Get the current precision setting for converting real numbers to strings.
Prototype
PUBLIC int get_real_precision(void);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
This function does not take any parameters. |
Return Value
Returns the current precision setting for real numbers.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples