Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 520 Bytes

Crapculator.md

File metadata and controls

22 lines (22 loc) · 520 Bytes
Crapculates current line in editor.

Variables:
Names: $a .. $z
Assignment: $a := expression ;

Crapculator:
Syntax: ( ) d.d
Constants: e pi
Binary: ^ * / % - +
Unary: - + sqrt ln log sin cos tan rad deg floor ceil frac fac
Line may end with "=".

Hackulator:
Syntax: ( ) d 0xh IPv4
Binary: * / % - + >> << & ^ |
Unary: - + ~
Line may end with:
"=" for hex,
"=d" for decimal,
"=u" for unsigned decimal
"=4" for IPv4 address.