#include <bn.h>
Data Fields | |
double | re |
real part | |
double | im |
imaginary part |
"complex number" data type:
Definition at line 456 of file bn.h.
double re |
real part
Definition at line 457 of file bn.h.
Referenced by bn_cx_div(), bn_cx_sqrt(), bn_poly_cubic_roots(), and bn_poly_quadratic_roots().
double im |
imaginary part
Definition at line 458 of file bn.h.
Referenced by bn_cx_div(), bn_cx_sqrt(), bn_poly_cubic_roots(), and bn_poly_quadratic_roots().