AbsOperator#

module wntr.sim.aml.expr

class AbsOperator[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 = -6#
str_repn = 'abs'#