ExpOperator

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
exp(<Operand>)
Associationscom.livecode.math
Summary

Exponentiation operator.

Parameters
NameTypeDescription
Operand

An expression that evaluates to a number.

Example
variable tVar as Number
put the exp(ln(100)) into tVar -- tVar contains approximately 100
Values
NameTypeDescription
return

e to the power of Operand

Description

Exponentiation operator.

Tagsmath