BRL-CAD
bn_complex Struct Reference

#include <complex.h>

Data Fields

double re
 real part More...
 
double im
 imaginary part More...
 

Detailed Description

"complex number" data type

Definition at line 38 of file complex.h.

Field Documentation

◆ re

double re

real part

Definition at line 39 of file complex.h.

◆ im

double im

imaginary part

Definition at line 40 of file complex.h.


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