Float precision

From TinyMUX
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The float_precision configuration parameter controls the precision of floating-point results.

Usage

Configuration Parameter: float_precision <places>

Default: -1 (disabled)

When enabled (by setting to a non-negative number), TinyMUX uses the useful subset approach for floating-point results, and the precision of these results are limited to the specified number of <places>. For compatibility with existing softcode, a value of 6 may be necessary.

By default, this option is disabled, and TinyMUX uses the full set approach for floating-point results.

See also: Configuration, @admin, Floating-point