From d9cb85c2d81a447130307d0004b0ef515f3ff241 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Mon, 29 Feb 2016 11:25:51 +0000 Subject: Spellcheck --- lib/pure/poly.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pure/poly.nim') diff --git a/lib/pure/poly.nim b/lib/pure/poly.nim index b20e9f9d0..e286c5d17 100644 --- a/lib/pure/poly.nim +++ b/lib/pure/poly.nim @@ -344,7 +344,7 @@ proc roots*(p:Poly,tol=1.0e-9,zerotol=1.0e-6,mergetol=1.0e-12,maxiter=1000):seq[ ## `tol` is the tolerance used to break searching for each root when reached. ## `zerotol` is the tolerance, which is 'close enough' to zero to be considered a root ## and is used to find roots for curves that only 'touch' the x-axis. - ## `mergetol` is the tolerance, of which two x-values are considered beeing the same root. + ## `mergetol` is the tolerance, of which two x-values are considered being the same root. ## `maxiter` can be used to limit the number of iterations for each root. ## Returns a (possibly empty) sorted sequence with the solutions. var deg=p.degree -- cgit 1.4.1-2-gfad0