This website requires JavaScript.
Explore
Help
Sign In
h
/
fish-shell
Watch
1
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2026-05-08 16:21:16 -03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e7f87c08e1d4acf4e227d0f2b7257469e8915c4e
fish-shell
/
tests
/
math.out
10 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add floating point output to `math` command This makes it easy for the user to request floating point output with the desired number of digits after the decimal point (not to be confused with significant digits). Note that this is just a thin wrapper so someone can say `math -s3 10 / 3` rather than `math "scale=3; 10 /3"`. Resolves #1643
2016-05-02 20:53:48 -07:00
1
1
1
1.666
4
4
2
.499999
Add test for long numbers in math This should catch the error in 26e781ef5a66a776310a4a47ef02f122e1dc0170.
2016-12-29 14:00:15 +01:00
1233242342353453463458972349873489273984873289472914712894791824712942
Reference in New Issue
Copy Permalink