Float precision
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