mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
7 lines
73 B
C
7 lines
73 B
C
#include "f2c.h"
|
|
|
|
double
|
|
d_imag (doublecomplex * z)
|
|
{
|
|
return (z->i);
|
|
}
|