-
-
Notifications
You must be signed in to change notification settings - Fork 9
Modulus Meta Expression
IsaacShelton edited this page Mar 21, 2022
·
1 revision
Gets the remainder of two transcendent values
12345 % 3.14159
This table shows the resulting type for performing the modulo operation two transcendent values
(A % B) | A = Integer Value | A = Floating Point Value | A = String Value |
---|---|---|---|
B = Integer Value | Integer | Floating Point | Floating Point |
B = Floating Point Value | Floating Point | Floating Point | Floating Point |
B = String Value | Integer | Floating Point | Floating Point |
See meta expressions for more meta expressions