NUM (Thing)
- is any number.
Description
- This function shows the the given numeric value and it is doing given operations.
- In , is any number or any operation with any number.
- If the given Thing is any number will get the result as the same number.
- If the given Thing any number with any operation will get the result as the result of the given operation.
Examples
- NUM(13+45)= 58
- NUM(34!) = 2.9523279903960412e+38
- NUM(72%) = 0.72
- NUM(21^4) = 194481