MathFunction.ImaginaryPart Class
Imaginary part of a complex number.
Constructor
Item Index
Methods
_printArg
-
index
Print an argument, with parentheses if necessary.
Parameters:
-
index
Number | MathFunctionargument index or MathFunction
Returns:
the string representation of the argument
evaluate
-
var_list
Parameters:
-
var_list
Objectmap of variable names to values or MathFunctions
Returns:
the value of the function
evaluateArgs
-
var_list
Parameters:
-
var_list
Objectmap of variable names to values or MathFunctions
Returns:
list of argument values, from calling evaluate()
getArgCount
()
Int
Returns:
number of arguments
getArgs
()
Array
Returns:
array of arguments
getMaxArgCount
()
Int
By default, we assume the number of arguments is fixed. Derived classes can override.
Returns:
maximum number of arguments
handleKeyPress
-
canvas
-
code
-
c
Parameters:
-
canvas
MathCanvas -
code
Intcharacter code -
c
Stringcharacter
Returns:
layout
-
context
-
top_left
-
font_size
-
rect_list
Parameters:
-
context
Objectthe drawing context
-
top_left
Pointx,y coordinates of the top left of the bounding box
-
font_size
Floatpercentage of the base font size
-
rect_list
RectListlayout information
Returns:
index of this items info in rect_list
parenthesizeForPrint
-
f
Parameters:
Returns:
parenthesizeForRender
-
f
Parameters:
Returns:
render
-
context
-
rect_list
Parameters:
-
context
Objectthe drawing context
-
rect_list
RectListlayout information
replaceArg
-
origArg
-
newArg
If origArg is an argument, replaces origArg with newArg.
Parameters:
-
origArg
MathFunctionoriginal argument
-
newArg
MathFunctionnew argument
toString
()
Returns:
text representation of the function