Functions
go_complex_angle ()
double
go_complex_angle (go_complex const *src);
go_complex_from_polar ()
void
go_complex_from_polar (go_complex *dst,
double mod,
double angle);
go_complex_from_polarl ()
void
go_complex_from_polarl (go_complexl *dst,
long double mod,
long double angle);
go_complex_from_string ()
int
go_complex_from_string (go_complex *dst,
char const *src,
char *imunit);
go_complex_from_stringl ()
int
go_complex_from_stringl (go_complexl *dst,
char const *src,
char *imunit);
go_complex_init ()
void
go_complex_init (go_complex *dst,
double re,
double im);
go_complex_initl ()
void
go_complex_initl (go_complexl *dst,
long double re,
long double im);
go_complex_mod ()
double
go_complex_mod (go_complex const *src);
go_complex_real ()
void
go_complex_real (go_complex *dst,
double re);
go_complex_real_p ()
int
go_complex_real_p (go_complex const *src);
go_complex_real_pl ()
int
go_complex_real_pl (go_complexl const *src);
go_complex_reall ()
void
go_complex_reall (go_complexl *dst,
long double re);
go_complex_scale_real ()
void
go_complex_scale_real (go_complex *dst,
double f);
go_complex_scale_reall ()
void
go_complex_scale_reall (go_complexl *dst,
long double f);
go_complex_to_polar ()
void
go_complex_to_polar (double *mod,
double *angle,
go_complex const *src);
go_complex_to_polarl ()
void
go_complex_to_polarl (long double *mod,
long double *angle,
go_complexl const *src);
go_complex_to_string ()
char *
go_complex_to_string (go_complex const *src,
char const *reformat,
char const *imformat,
char imunit);
go_complex_to_stringl ()
char *
go_complex_to_stringl (go_complexl const *src,
char const *reformat,
char const *imformat,
char imunit);
go_complex_zero_p ()
int
go_complex_zero_p (go_complex const *src);
go_complex_zero_pl ()
int
go_complex_zero_pl (go_complexl const *src);