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

Internal structure for a floating-point complex number. More...

#include <dynamic_complex.h>

Data Fields

size_t ref_count
 
double complex value
 

Detailed Description

Internal structure for a floating-point complex number.

Definition at line 167 of file dynamic_complex.h.

Field Documentation

◆ ref_count

size_t dc_complex_double_internal::ref_count

Definition at line 168 of file dynamic_complex.h.

◆ value

double complex dc_complex_double_internal::value

Definition at line 169 of file dynamic_complex.h.


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