1
0
Fork 0
freesewing/markdown/dev/reference/api/utils/round/en.md
2021-10-17 18:26:00 +02:00

13 lines
159 B
Markdown

---
title: round()
---
```js
float utils.round(float value)
```
Rounds a value to two decimals. For example:
- 0.1234 becomes 0.12
- 5.6789 becomes 5.68