math.approx: fix typo in docs.
parent
8d077a96ad
commit
46aa1f2088
|
@ -12,7 +12,7 @@ HELP: approximate
|
||||||
"simplest rational number within \"epsilon\" of \"x\"."
|
"simplest rational number within \"epsilon\" of \"x\"."
|
||||||
$nl
|
$nl
|
||||||
"A rational number \"y\" is said to be simpler than another \"y'\" if "
|
"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
|
$nl
|
||||||
"Any real interval contains a unique simplest rational; in particular note "
|
"Any real interval contains a unique simplest rational; in particular note "
|
||||||
"that 0/1 is the simplest rational of all."
|
"that 0/1 is the simplest rational of all."
|
||||||
|
|
Loading…
Reference in New Issue