]> gitweb.factorcode.org Git - factor.git/commitdiff
math.functions-docs: update description of e^
authorAlexander Iljin <ajsoft@yandex.ru>
Thu, 23 Mar 2017 20:24:00 +0000 (23:24 +0300)
committerAlexander Iljin <ajsoft@yandex.ru>
Fri, 7 Apr 2017 16:01:33 +0000 (19:01 +0300)
basis/math/functions/functions-docs.factor

index 2b21ca07b7027dad5a6a18d17a683c5cab12ecdd..7863639738a8c00216ef19646f054cf56ad223a3 100644 (file)
@@ -102,7 +102,7 @@ HELP: align
 
 HELP: e^
 { $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
 { $values { "x" number } { "y" float } { "exp" integer } }