Undocumented
| Class | ExpressionError |
Undocumented |
| Class | InlineCalculatorPageViewExtension |
No class docstring; 1/1 method documented |
| Class | InlineCalculatorPlugin |
No class docstring; 0/1 class variable, 2/4 methods documented |
| Function | ceil |
round towards positive infinity |
| Function | complexify |
call func on the real and imaginary portions, creating a complex from the respective results |
| Function | conj |
complex conjugate |
| Function | cpx |
convert a number or tuple to a complex |
| Function | degrees |
Undocumented |
| Function | dip |
demote, if possible, a complex to scalar |
| Function | floor |
round towards negative infinity |
| Function | gcd |
greatest common denominator |
| Function | imag |
return just the imaginary portion |
| Function | lcm |
least common multiple |
| Function | log |
log(x[, base]) -> the logarithm of x to the given base. If the base not specified, returns the natural logarithm (base e) of x. |
| Function | log2 |
logarithm base 2 |
| Function | phase |
phase of a complex in radians |
| Function | radians |
Undocumented |
| Function | real |
return just the real portion |
| Function | round |
nearest integer |
| Function | sign |
returns -1,0,1 for negative,zero,positive numbers |
| Function | which_call |
Undocumented |
| Constant | GLOBALS |
Undocumented |
| Variable | logger |
Undocumented |
| Variable | _multiline_re |
Undocumented |