mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
Fix rounding error on math docs
This commit is contained in:
committed by
Fabian Boehm
parent
cb46396b67
commit
bbbef75978
@@ -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``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user