math.functions: fix documentation for 10^

db4
Joe Groff 2011-06-06 16:27:56 -07:00
parent 07f2d75316
commit e4b1417dd2
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ HELP: nth-root
HELP: 10^
{ $values { "x" number } { "y" number } }
{ $description "Raises " { $snippet "x" } " to the power of 10. If " { $snippet "x" } " is an integer the answer is computed exactly, otherwise a floating point approximation is used." } ;
{ $description "Raises 10 to the power of " { $snippet "x" } ". If " { $snippet "x" } " is an integer the answer is computed exactly, otherwise a floating point approximation is used." } ;
HELP: gcd
{ $values { "x" integer } { "y" integer } { "a" integer } { "d" integer } }