REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 6-Feb-2009 Edit History |
The expression:
exp value
raises E (natural number) to the power of value.
The expression:
log-10 value
returns the base-10 logarithm of value.
The expression:
log-2 value
returns the base-2 logarithm of value.
The expression:
log-e value
returns the base-E (natural number) log. of value.
The expressions:
value1 ** value2 power value1 value2
return the result of raising value1 to value2 power.
The expression:
square-root value
returns the square root of value.
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |