added history section

This commit is contained in:
Michael Hemmer 2009-12-23 10:29:31 +00:00
parent a4f3b2d50d
commit b0ee428e81
3 changed files with 15 additions and 0 deletions

1
.gitattributes vendored
View File

@ -81,6 +81,7 @@ Algebraic_foundations/doc_tex/Algebraic_foundations/fig/AlgebraicConceptHierarch
Algebraic_foundations/doc_tex/Algebraic_foundations/fig/AlgebraicConceptHierarchy.gif -text
Algebraic_foundations/doc_tex/Algebraic_foundations/fig/AlgebraicConceptHierarchy.pdf -text
Algebraic_foundations/doc_tex/Algebraic_foundations/fractions.tex -text
Algebraic_foundations/doc_tex/Algebraic_foundations/history.tex -text
Algebraic_foundations/doc_tex/Algebraic_foundations/interoperability.tex -text
Algebraic_foundations/doc_tex/Algebraic_foundations/real_embeddable.tex -text
Algebraic_foundations/doc_tex/Algebraic_foundations/real_number_types.tex -text

View File

@ -0,0 +1,12 @@
\section{Design and Implementation History}
The package is part of CGAL since release 3.3. Of course the package is based
on the former Number type support of CGAL. This goes back to Stefan Schirra and Andreas Fabri. But on the other hand the package is to a large extend influenced
by the experience with the number type support in EXACUS~\cite{beh+-eeeafcs-05},
which in the main goes back to
Lutz Kettner, Susan Hert, Arno Eigenwillig and Michael Hemmer.
However, the package abstracts from the pure support for
number types that are embedded on the real axis which allows the support of
polynomials, finite fields, and algebraic extensions as well. See also related
subsequent chapters.

View File

@ -10,4 +10,6 @@
\input{Algebraic_foundations/real_number_types.tex}
\input{Algebraic_foundations/interoperability.tex}
\input{Algebraic_foundations/fractions.tex}
\input{Algebraic_foundations/history.tex}