set_real_precision()

set_real_precision()#

Set the precision for converting real numbers to strings.

Prototype

PUBLIC void set_real_precision(
    int         precision
);
        

Parameters

Key

Type

Description

precision

int

The number of decimal places for real number precision.


Return Value

No return value. This function sets the global precision for real numbers.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples