-
Notifications
You must be signed in to change notification settings - Fork 36
Math Functions
NileshGhodekar edited this page Mar 18, 2018
·
5 revisions
Function | Description |
---|---|
Add | Adds two numbers. |
BitAnd | Applies a bitmask on a flag to 0. |
BitNot | Inverses each bit. |
BitOr | Applies a bitmask on a flag to 1. |
Divide | Divides the first integer number by the second integer number and returns the integer quotient of the division. |
Mod | Divides the first integer number by the second integer number and returns the remainder of the division. |
Multiply | Multiplies two numbers |
RandomNum | Returns a random number within the specified interval. |
Subtract | Subtracts the second integer value from the first. |
- MIMWAL Site - http://aka.ms/MIMWAL
- MIMWAL Releases - http://aka.ms/MIMWAL/Releases
- MIMWAL Documentation Wiki - http://aka.ms/MIMWAL/Wiki
- MIMWAL FAQ - http://aka.ms/mimwal/faq
- MIMWAL GitHub Code Repo - http://aka.ms/MIMWAL/Repo
- MIMWAL TechNet Q&A Forum (now read-only) - http://aka.ms/MIMWAL/Forum