1
0
Fork 0
freesewing/markdown/dev/reference/api/utils/round/en.md
2022-02-19 08:04:25 +01:00

160 B

title
round()
float utils.round(float value)

Rounds a value to two decimals. For example:

  • 0.1234 becomes 0.12
  • 5.6789 becomes 5.68