|
Macaulay2 Engine
|
Immutable view of a complex number as a pair of mpfr_srcptr real and imaginary parts. More...
#include <gmp-util.h>
Public Attributes | |
| mpfr_srcptr | re |
| mpfr_srcptr | im |
Immutable view of a complex number as a pair of mpfr_srcptr real and imaginary parts.
Read-only twin of CCmutable_struct: the mpfr_srcptr members forbid in-place mutation. Used by engine code that needs to pass an MPFR complex number by reference without allowing the callee to change it.
Definition at line 96 of file gmp-util.h.