Float precision

From TinyMUX
Revision as of 19:56, 31 August 2006 by Brazil (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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