Bc

From icesus
Revision as of 14:13, 8 June 2019 by Cyto (talk | contribs) (Created page with "<pre> This command is a binary calculator Usage: bc <calculations> Example: bc 1+2*3 Operators: / ^ % - + * Functions: sqrt log random cos negate tan acos sin exp at...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This command is a binary calculator
Usage:      bc <calculations>
Example:    bc 1+2*3
Operators:  / ^ % - + *
Functions:  sqrt log random cos negate tan acos sin exp atan asin
Constants:  e pi EUR
Some predesence rules cannot be determined so use parentheses where needed
example (2/4)*2
This is beta version. So do NOT use it to calculate your airplane's fuel consumption or other similar things.