| Home | Trees | Indices | Help |
|---|
|
|
Field of Arbitrary Precision Complex Numbers
AUTHOR:
-- William Stein (2006-01-26): complete rewrite
|
|||
|
ComplexField_class An approximation to the field of complex numbers using floating point numbers with any specified precision. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
NumberFieldElement_quadratic =
|
|||
AlgebraicNumber_base =
|
|||
AlgebraicNumber =
|
|||
AlgebraicReal =
|
|||
cache =
|
|||
|
|||
Return the complex field with real and imaginary parts having prec
*bits* of precision.
EXAMPLES:
sage: ComplexField()
Complex Field with 53 bits of precision
sage: ComplexField(100)
Complex Field with 100 bits of precision
sage: ComplexField(100).base_ring()
Real Field with 100 bits of precision
sage: i = ComplexField(200).gen()
sage: i^2
-1.0000000000000000000000000000000000000000000000000000000000
|
|
|||
NumberFieldElement_quadratic
|
AlgebraicNumber_base
|
AlgebraicNumber
|
AlgebraicReal
|
cache
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Thu Jul 17 04:23:28 2008 | http://epydoc.sourceforge.net |