Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fmath() {
- # Floating-point "inline" math in BASH with expressions of almost arbitrary length
- # I <3 this hack
- echo 'scale=7;' "$*" | bc
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement