math.approx: fix typo in docs.

char-rename
John Benediktsson 2016-07-11 21:09:11 -07:00
parent 8d077a96ad
commit 46aa1f2088
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ HELP: approximate
"simplest rational number within \"epsilon\" of \"x\"."
$nl
"A rational number \"y\" is said to be simpler than another \"y'\" if "
"abs numerator y <= abs numerator y', and denominator y <= demoniator y'"
"abs numerator y <= abs numerator y', and denominator y <= denominator y'"
$nl
"Any real interval contains a unique simplest rational; in particular note "
"that 0/1 is the simplest rational of all."