From a6caeb6e805fabf934ef67620618985367f9a9e8 Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Thu, 23 Mar 2017 23:24:00 +0300 Subject: [PATCH] math.functions-docs: update description of e^ --- basis/math/functions/functions-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/math/functions/functions-docs.factor b/basis/math/functions/functions-docs.factor index 2b21ca07b7..7863639738 100644 --- a/basis/math/functions/functions-docs.factor +++ b/basis/math/functions/functions-docs.factor @@ -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 } }