{"identifier":55719,"topic":"Functions","name":"exp, exp1, exp2","text":"<code><pre>the exp of <i>number<\/i> \nthe exp1 of <i>number<\/i> \nthe exp2 of <i>number<\/i>\n<\/pre><\/code>\nValues returned:  <code><pre>\n<\/pre><\/code>\n<code>exp <\/code>returns a number equal to  the constant<code> e <\/code>raised to the power of<code> <i>number<\/i><\/code>.    <code><pre>\n<\/pre><\/code>\n<code>exp1 <\/code>returns a number equal to 1 less than<code> e <\/code>raised to the power of<code> <i>number<\/i><\/code>. <br>\n<br>\n<code>exp2 <\/code>returns a number equal to 2 raised to the power of<code> <i>number<\/i><\/code>.  <br><br>\n\n Note:<code> e <\/code>\u2248<code> 2.7182818<\/code> <br>\n","related":{"32809":null,"57488":"ln, ln1, log2"},"examples":"the exp of 1 --returns 2.718282\nexp(1)\n\nexp1 of 1 --returns 1.718282\nexp1(1)\n\nexp2 of 10 -- returns 1024\n\nexp2 of 5 * 2 -- returns 64\nexp2 of (5 * 2)  -- returns 1024","demo":"","debug":{"9":["the exp of number \rt"],"10":["exp2 returns a numbe"]}}