Representation of numbers throughout the Mendix client.
JavaScript only specifies a single numeric type, number
, which has a limited precision.
To work around precision issues, we depend on the Big.js library to provide an arbitrary
precision numeric type.
- See: