math.libm: add missing right parenthesis in description of fexp word
parent
5e813eb6f2
commit
92b9b92f38
|
@ -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 } }
|
||||
|
|
Loading…
Reference in New Issue