math.libm: add missing right parenthesis in description of fexp word

db4
Keita Haga 2011-01-16 10:48:06 +09:00
parent 5e813eb6f2
commit 92b9b92f38
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ HELP: fsinh
HELP: fexp
{ $values { "x" real } { "double" real } }
{ $description "Calls the exponential function (" { $snippet "y=e^x" } " from the C standard library. User code should call " { $link exp } " instead." } ;
{ $description "Calls the exponential function (" { $snippet "y=e^x" } ") from the C standard library. User code should call " { $link exp } " instead." } ;
HELP: flog
{ $values { "x" real } { "double" real } }