mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 14:23:38 +08:00
math: Document round
[ci skip]
This commit is contained in:
parent
366c21ca47
commit
335c41f097
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue
Block a user