#include "common.h"
#include <stdio.h>
#include <math.h>
#include "bu.h"
#include "vmath.h"
#include "bn.h"
Go to the source code of this file.
Functions | |
void | bn_cx_div (register bn_complex_t *ap, register const bn_complex_t *bp) |
void | bn_cx_sqrt (bn_complex_t *op, const bn_complex_t *ip) |
Compute square root of complex number. |
Definition in file complex.c.
void bn_cx_div | ( | register bn_complex_t * | ap, | |
register const bn_complex_t * | bp | |||
) |
Definition at line 36 of file complex.c.
References bn_complex::im, bn_complex::re, and ZERO.