mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-17 16:11:15 -03:00
math: Document round
[ci skip]
This commit is contained in:
@@ -74,6 +74,7 @@ Use them without a leading `$` - `pi - 3` should be about 0.
|
||||
- `ncr`
|
||||
- `npr`
|
||||
- `pow(x,y)` returns x to the y (and can be written as `x ^ y`)
|
||||
- `round` - rounds to the nearest integer, away from 0
|
||||
- `sin`
|
||||
- `sinh`
|
||||
- `sqrt`
|
||||
|
||||
Reference in New Issue
Block a user