Class representing the expression for natural logarithm. More...
Public Member Functions | |
def | __init__ |
def | getExpression |
Public Attributes | |
expression | |
operatorIndex |
Class representing the expression for natural logarithm.
It is the natural logarithm (base e), so that means that
. To compute a logarithm in another base
, use the formula
.
def bio_expression::log::__init__ | ( | self, | |
expression | |||
) |
expression | any valid bio_expression |
def bio_expression::log::getExpression | ( | self ) |
Reimplemented from bio_expression::Expression.
Reimplemented from bio_expression::Expression.