bn_complex Struct Reference
[Complex Numbers]

#include <bn.h>

Data Fields

double re
 real part
double im
 imaginary part

Detailed Description

"complex number" data type:

Definition at line 456 of file bn.h.


Field Documentation

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().


The documentation for this struct was generated from the following file:
Generated on Tue Dec 11 13:14:30 2012 for LIBBN by  doxygen 1.6.3