MAcalc Functions
key | function | key | function | key | function |
---|---|---|---|---|---|
And | And | RoL | Rotate left | Lj | Left justify |
Or | Or | RoR | Rotate right | #B | Count bits |
Xor | Xor | RoLy | Rotate left by y | 1's | ones complement |
Not | Not | RoRy | Rotate right by y | 2's | twos complement |
ShL | Shift left | ShLy | Shift left by y | MskL | Mask left |
ShR | Shift right | ShRy | Shift right by y | MskR | Mask right |
key | function | key | function | key | function |
---|---|---|---|---|---|
x² | square | Sin | sine | Sinh | hyperbolic sine |
√x | square root | Cos | cosine | Cosh | hyperbolic cosine |
yx | power | Tan | tangent | Tanh | hyperbolic tangent |
y√x | n root | °C | to centigrate | →R | to retangular |
ex | natural exponential | Sin–¹ | arc sine | Sih–¹ | arc sine hyperbolic |
Ln | natural logarithm | Cos–¹ | arc cosine | Coh–¹ | arc cosine hyperbolic |
10 | common exponential | Tan–¹ | arc tangent | Tah–¹ | arc tangent hyperbolic |
Log | common logarithm | °F | to fahrenheit | →P | to polar |
x! | factorial | Ip | integer part | →Rad | to radian |
1/x | reciprocal | Fp | fractional part | →Deg | to degree |
% | percent | Mod | modulo | →Grd | to grad |
π | pi | π | pi | Hyp | hypotenuse |