Format of decimal scale
- Last Updated: April 2, 2021
- 1 minute read
- Corticon.js
- Documentation
Decimal scale is in the same format as the Input. All Decimal values are
rounded to the specified number of decimal places. Default value is 6. For example, 4.6059556 will be rounded,
displayed, and/or returned as 4.605957.
You can adjust the default precision for decimal values. In the
brms.properties file, set the Studio's decimal scale:
decimalscale=2When set to 2, the example's rounded value is 4.61.