Math
Last updated
Last updated
Block | Function | Output |
---|---|---|
Basic Number Input | 0 | |
Basic math functions (Sum, difference, , product ,quotient, power) | 2 | |
More Functions (square root, absolute, negation, logarithm, base10 logarithm, euler number, 10 on power of..) | 3 | |
Functions (sin, cos, tan, asin, acos, atan) | 0,707 | |
Constants ( π, e, Φ, sqrt(2), sqrt(1/2), infinity) | 2.71828 | |
Check if number is even, odd, prime, whole, positive or negative or divisible by x | True | |
Round a number | 3 | |
Sum, minimal, maximal, average, median, modes, standart deviation, random item | 6 | |
remainder from dividing | 4 | |
Constrain a number to be between the specified limits | 50 | |
Return a random number that is whole | (1 - 100) | |
return a random fraction | <0,0 - 1,0) |