This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
fish-shell
Watch
2
Star
0
Fork
You've already forked fish-shell
0
mirror of
https://github.com/fish-shell/fish-shell
synced
2024-11-11 23:47:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
e1b445f934
fish-shell
/
tests
/
math.out
10 lines
97 B
Text
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-03 03:53:48 +00: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 13:00:15 +00:00
1233242342353453463458972349873489273984873289472914712894791824712942
Reference in a new issue
Copy permalink