object SignReversal: UnaryMathFunction
Methods
mathFunction
protected fun mathFunction(integer: Integer, context: ExecutionContext): Numeric
The actual math function implementation, for Integers
Parameters
Name | Description |
---|---|
integer: Integer
|
|
context: ExecutionContext
|
ReturnValue
Name | Description |
---|---|
Numeric
|
mathFunction
protected fun mathFunction(real: Real, context: ExecutionContext): Numeric
The actual math function implementation, for Reals
Parameters
Name | Description |
---|---|
real: Real
|
|
context: ExecutionContext
|
ReturnValue
Name | Description |
---|---|
Numeric
|
Implementation of
'-'/1
arithmetic functor