mirror of https://github.com/CGAL/cgal
Replace \bf in package desciption by \em as it sticks out with \bf
This commit is contained in:
parent
e89b580703
commit
b05a41a56a
|
|
@ -4,7 +4,7 @@
|
||||||
Real solving of polynomials is a fundamental problem with a wide application range.
|
Real solving of polynomials is a fundamental problem with a wide application range.
|
||||||
This package is targeted to provide black-box implementations of state-of-the-art
|
This package is targeted to provide black-box implementations of state-of-the-art
|
||||||
algorithms to determine, compare and approximate real roots of univariate polynomials
|
algorithms to determine, compare and approximate real roots of univariate polynomials
|
||||||
and bivariate polynomial systems. Such a black-box is called an {\bf Algebraic Kernel}.
|
and bivariate polynomial systems. Such a black-box is called an {\em Algebraic Kernel}.
|
||||||
So far the package only provides models for the univariate kernel. Nevertheless,
|
So far the package only provides models for the univariate kernel. Nevertheless,
|
||||||
it already defines concepts for the bivariate kernel, since this settles the interface
|
it already defines concepts for the bivariate kernel, since this settles the interface
|
||||||
for upcoming implementations.}
|
for upcoming implementations.}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue