---
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