EXP
Calculates the value of Euler's constant (e) raised to the specified value. Equivalent to evalue.
Syntax
=EXP(value)
Arguments
Argument | Type | Description |
---|---|---|
value | Number | The value used as the exponent for e |
Examples
=EXP(4.5)
→90.01713130052181
Calculates the value of Euler's constant raised to 4.5
=EXP(-1)
→0.36787944117144233
Calculates the value of Euler's constant raised to -1
=EXP(@"Property 1")
→0.2922925776808594
Calculates the value of Euler's constant raised to the value of the shape data property "Property 1", which has the value -123
Updated 9 months ago