SinOperator
module wntr.sim.aml.expr
-
class SinOperator[source]
Bases: UnaryOperator
-
__init__(operand)
- Parameters:
operand (Node)
-
diff_down(val_dict, der_dict)[source]
-
diff_up(val_dict, der_dict)
-
diff_up_symbolic(val_dict, der_dict)
-
evaluate(val_dict)
-
get_rpn(rpn_map, leaf_ndx_map)
-
is_leaf()
-
operands()
-
static operation(val)[source]
-
operation_enum = -13
-
str_repn = 'sin'