forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexp.xml
More file actions
52 lines (52 loc) · 1.77 KB
/
Copy pathexp.xml
File metadata and controls
52 lines (52 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<doc>
<legacy_id>1424</legacy_id>
<name>exp</name>
<type>function</type>
<syntax>
<example>the exp of <i>number</i></example>
<example>exp(<i>number</i>)</example>
</syntax>
<library></library>
<objects>
</objects>
<synonyms>
</synonyms>
<classification>
<category>Math, Logic, & Dates</category>
</classification>
<references>
<operator tag="^">^ Operator</operator>
<function tag="baseConvert">baseConvert Function</function>
<function tag="exp1">exp1 Function</function>
<function tag="exp10">exp10 Function</function>
<function tag="exp2">exp2 Function</function>
<function tag="ln">ln Function</function>
<function tag="sqrt">sqrt Function</function>
</references>
<history>
<introduced version="1.0">Added.</introduced>
</history>
<platforms>
<mac/>
<windows/>
<linux/>
<ios/>
<android/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
<mobile/>
</classes>
<security>
</security>
<summary><glossary tag="return">Returns</glossary> the natural exponential of a number.</summary>
<examples>
<example>exp(1) <code><i>-- returns e</i></code></example>
<example>exp(theReturnedValue)</example>
</examples>
<description>
<p>Use the <b>exp</b> function to obtain a power of e, e^<i>number</i>.</p><p/><p><b>Parameters:</b></p><p>The <i>number</i> is a <glossary tag="real number">real number</glossary>, or an <glossary tag="expression">expression</glossary> that <glossary tag="evaluate">evaluates</glossary> to a number.</p><p/><p><b>Value:</b></p><p>The <b>exp</b> function <glossary tag="return">returns</glossary> a positive number.</p><p/><p><b>Comments:</b></p><p>The transcendental number e appears in many mathematical formulas.</p>
</description>
</doc>