Public Member Functions | Public Attributes

bio_expression::log Class Reference

Class representing the expression for natural logarithm. More...

Inheritance diagram for bio_expression::log:
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 natural logarithm.

It is the natural logarithm (base e), so that $y=\log(x)$ means that $x=e^y$. To compute a logarithm in another base $b \neq 1$, use the formula

\[ \log_b(x) = \log(x) / \log(b) \]

.


Constructor & Destructor Documentation

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

Member Function Documentation

def bio_expression::log::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