Class representing the expression for exponential. More...
Public Member Functions | |
def | __init__ |
def | getExpression |
Public Attributes | |
expression | |
operatorIndex |
Class representing the expression for exponential.
Roughly speaking, floating point arithmetic allows to represent positive real numbers between and
, which corresponds to a range between
and
. Make sure that the value of the expression of exp does not lie outside the range [-707,709]. Example:
P = exp(V1) / (exp(V1) + exp(V2))
def bio_expression::exp::__init__ | ( | self, | |
expression | |||
) |
expression | any valid bio_expression |
def bio_expression::exp::getExpression | ( | self ) |
Reimplemented from bio_expression::Expression.
Reimplemented from bio_expression::Expression.