Package | Description |
---|---|
org.projog.core.math.builtin |
Provides arithmetic operators.
|
Modifier and Type | Class and Description |
---|---|
class |
Add
+ - performs addition. |
class |
Multiply
* - performs multiplication. |
class |
Power
** - calculates the result of the first argument raised to the power of the second argument. |
class |
Subtract
- - performs subtraction. |
Copyright © 2024. All rights reserved.