|
Dynamic Complex Library 1.0.0
Reference-counted arbitrary precision complex number library (MIT OR Unlicense)
|
Internal structure for a floating-point complex number. More...
#include <dynamic_complex.h>
Data Fields | |
| size_t | ref_count |
| double complex | value |
Internal structure for a floating-point complex number.
Definition at line 167 of file dynamic_complex.h.
| size_t dc_complex_double_internal::ref_count |
Definition at line 168 of file dynamic_complex.h.
| double complex dc_complex_double_internal::value |
Definition at line 169 of file dynamic_complex.h.