Package | Description |
---|---|
jhelp.util.math.formal |
Formal computing
|
Modifier and Type | Class and Description |
---|---|
class |
Cosinus
Cosinus function
|
class |
Exponential
Exponential function
|
class |
Logarithm
Logarithm Neperian
|
class |
MinusUnary
Minus unary
It take the opposite a => -a |
class |
Sinus
Sinus
|
class |
Tangent
Represents tangent function
|
Modifier and Type | Method and Description |
---|---|
protected static UnaryOperator |
UnaryOperator.parserOperateurUnaire(java.lang.String string)
Try to parse a string to a unary operator.
|