OperationEnum ============= .. rubric:: *module* :mod:`wntr.sim.aml.expr` .. currentmodule:: wntr.sim.aml.expr .. autoclass:: OperationEnum .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: OperationEnum.conjugate OperationEnum.bit_length OperationEnum.bit_count OperationEnum.to_bytes OperationEnum.from_bytes OperationEnum.as_integer_ratio .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: OperationEnum.real OperationEnum.imag OperationEnum.numerator OperationEnum.denominator OperationEnum.add OperationEnum.sub OperationEnum.mul OperationEnum.div OperationEnum.pow OperationEnum.abs OperationEnum.sign OperationEnum.if_else OperationEnum.inequality OperationEnum.exp OperationEnum.log OperationEnum.negation OperationEnum.sin OperationEnum.cos OperationEnum.tan OperationEnum.asin OperationEnum.acos OperationEnum.atan ~~~~~~~~~~~~~~~~~~~~~~~~~~~