Classes | |
| struct | sqrt_rep |
| struct | sqrt |
| struct | root_rep |
| struct | root |
Functions | |
| template<class C> | |
| real< C > | Sqrt (real< C > a) |
| template<class C> | |
| real< C > | Sqrt (const C a) |
| template<class C, class R> | |
| int | sturmcompare (root_rep< C, R > *a, root_rep< C, R > *b) |
| real<C> symbolic::Sqrt | ( | const C | a | ) |
Function which computes the square root of a number, as an real number.
Definition at line 90 of file Symbolic.h.
| real<C> symbolic::Sqrt | ( | real< C > | a | ) |
Function which computes the square root of an real number.
Definition at line 84 of file Symbolic.h.
![]() |