REBOL Programming/exp

< REBOL Programming

USAGE:

EXP power 

DESCRIPTION:

Raises E (natural number) to the power specified.

EXP is a native value.

ARGUMENTS

SOURCE CODE

exp: native[
    "Raises E (natural number) to the power specified." 
    power [number!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.