From e74c936c3930eb8c8b4bd2c5e4e8167a433de7f7 Mon Sep 17 00:00:00 2001 From: Pedro Machado Manhaes de Castro Date: Tue, 25 Jul 2006 15:35:46 +0000 Subject: [PATCH] Adding the constructor (alpha, beta, gama) text --- Number_types/doc_tex/NumberTypeSupport_ref/RootOf_2.tex | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Number_types/doc_tex/NumberTypeSupport_ref/RootOf_2.tex b/Number_types/doc_tex/NumberTypeSupport_ref/RootOf_2.tex index 08923c65476..c15a8e52aa4 100644 --- a/Number_types/doc_tex/NumberTypeSupport_ref/RootOf_2.tex +++ b/Number_types/doc_tex/NumberTypeSupport_ref/RootOf_2.tex @@ -17,13 +17,12 @@ the smaller (resp. larger) root of the equation $aX^2+bX+c=0$ if \ccc{s} is true (resp. false).} %\footnote{numbering of roots from 0 or 1? to be checked} \ccGlue +\ccFunction{RootOf_2 make_root_of_2(FT $\alpha$, FT $\beta$, FT $\gama$);}{It is +the root_of_2 representation for $\alpha + \beta \sqrt{\gama}$} \ccFunction{RootOf_2 make_root_of_2(FT a, FT b, FT c, bool s);}{Returns the smaller (resp. larger) root of the equation $aX^2+bX+c=0$ if \ccc{s} is true (resp. false).} -\ccFunction{RootOf_2 make_root_of_2(FT a, FT b, FT c, bool s, bool idnz);}{Returns -the smaller (resp. larger) root of the equation $aX^2+bX+c=0$ if \ccc{s} -is true (resp. false). And also consider that delta is not zero if -idnz is true. (use that information whenever it is possible, due to optimizations)} + \ccOperations