mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
10 lines
125 B
Fish
10 lines
125 B
Fish
|
math 3 / 2
|
||
|
math 10/6
|
||
|
math -s0 10 / 6
|
||
|
math -s3 10/6
|
||
|
math '10 % 6'
|
||
|
math -s0 '10 % 6'
|
||
|
math '23 % 7'
|
||
|
math -s6 '5 / 3 * 0.3'
|
||
|
true
|