Public Member Functions | Public Attributes

bio_expression::exp Class Reference

Class representing the expression for exponential. More...

Inheritance diagram for bio_expression::exp:
bio_expression::Expression

List of all members.

Public Member Functions

def __init__
def getExpression

Public Attributes

 expression
 operatorIndex

Detailed Description

Class representing the expression for exponential.

Roughly speaking, floating point arithmetic allows to represent positive real numbers between $10^{-307}$ and $10^{+308}$, which corresponds to a range between $e^{-707}$ and $e^{709}$. 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))

Constructor & Destructor Documentation

def bio_expression::exp::__init__ (   self,
  expression 
)
Parameters:
expressionany valid bio_expression

Member Function Documentation

def bio_expression::exp::getExpression (   self )
Returns:
Return the string representation of the current expression

Reimplemented from bio_expression::Expression.


Member Data Documentation

Reimplemented from bio_expression::Expression.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables