mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
Fix rounding error on math docs
This commit is contained in:
parent
cb46396b67
commit
bbbef75978
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ Examples
|
|||
|
||||
``math -s0 10.0 / 6.0`` outputs ``1``.
|
||||
|
||||
``math -s3 10 / 6`` outputs ``1.666``.
|
||||
``math -s3 10 / 6`` outputs ``1.667``.
|
||||
|
||||
``math "sin(pi)"`` outputs ``0``.
|
||||
|
||||
|
|
Loading…
Reference in a new issue