module documentation
(source)

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
def ceil(x): (source)
round towards positive infinity
def complexify(x, func): (source)
call func on the real and imaginary portions, creating a complex from the respective results
def conj(x): (source)
complex conjugate
def cpx(x): (source)
convert a number or tuple to a complex
def degrees(x): (source)

Undocumented

def dip(x): (source)
demote, if possible, a complex to scalar
def floor(x): (source)
round towards negative infinity
def gcd(x, y): (source)
greatest common denominator
def imag(x): (source)
return just the imaginary portion
def lcm(x, y): (source)
least common multiple
def log(x, b=math.e): (source)
log(x[, base]) -> the logarithm of x to the given base. If the base not specified, returns the natural logarithm (base e) of x.
def log2(x): (source)
logarithm base 2
def phase(z): (source)
phase of a complex in radians
def radians(x): (source)

Undocumented

def real(x): (source)
return just the real portion
def round(x): (source)
nearest integer
def sign(x): (source)
returns -1,0,1 for negative,zero,positive numbers
def which_call(x, mathfunc, cmathfunc, allowNegative=True): (source)

Undocumented

GLOBALS = (source)

Undocumented

Value
{'__builtins__': None,
 'abs': abs,
 'ord': ord,
 'chr': chr,
 'hex': hex,
 'oct': oct,
 'int': int,
...
logger = (source)

Undocumented

_multiline_re = (source)

Undocumented