math.functions-docs: update description of e^

char-rename
Alexander Iljin 2017-03-23 23:24:00 +03:00
parent c6208e4677
commit a6caeb6e80
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ HELP: align
HELP: e^ HELP: e^
{ $values { "x" number } { "e^x" number } } { $values { "x" number } { "e^x" number } }
{ $description "Exponential function, " { $snippet "y=e^x" } "." } ; { $description "Exponential function, raises " { $link e } " to the power of " { $snippet "x" } "." } ;
HELP: frexp HELP: frexp
{ $values { "x" number } { "y" float } { "exp" integer } } { $values { "x" number } { "y" float } { "exp" integer } }