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

Internal structure for a rational complex number. More...

#include <dynamic_complex.h>

Data Fields

size_t ref_count
 
df_frac real
 
df_frac imag
 

Detailed Description

Internal structure for a rational complex number.

Definition at line 157 of file dynamic_complex.h.

Field Documentation

◆ imag

df_frac dc_complex_frac_internal::imag

Definition at line 160 of file dynamic_complex.h.

◆ real

df_frac dc_complex_frac_internal::real

Definition at line 159 of file dynamic_complex.h.

◆ ref_count

size_t dc_complex_frac_internal::ref_count

Definition at line 158 of file dynamic_complex.h.


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