Dynamic Complex Library 1.0.0
Reference-counted arbitrary precision complex number library (MIT OR Unlicense)
Loading...
Searching...
No Matches
Data Fields
dc_complex_int_internal Struct Reference

Internal structure for a Gaussian integer. More...

#include <dynamic_complex.h>

Data Fields

size_t ref_count
 
di_int real
 
di_int imag
 

Detailed Description

Internal structure for a Gaussian integer.

Definition at line 147 of file dynamic_complex.h.

Field Documentation

◆ imag

di_int dc_complex_int_internal::imag

Definition at line 150 of file dynamic_complex.h.

◆ real

di_int dc_complex_int_internal::real

Definition at line 149 of file dynamic_complex.h.

◆ ref_count

size_t dc_complex_int_internal::ref_count

Definition at line 148 of file dynamic_complex.h.


The documentation for this struct was generated from the following file: