Top | ![]() |
![]() |
![]() |
![]() |
void go_complex_addl (go_complexl *dst
,go_complexl const *a
,go_complexl const *b
);
void go_complex_divl (go_complexl *dst
,go_complexl const *a
,go_complexl const *b
);
void go_complex_from_polarl (go_complexl *dst
,long double mod
,long double angle
);
int go_complex_from_string (go_complex *dst
,char const *src
,char *imunit
);
int go_complex_from_stringl (go_complexl *dst
,char const *src
,char *imunit
);
void go_complex_mull (go_complexl *dst
,go_complexl const *a
,go_complexl const *b
);
void go_complex_powl (go_complexl *dst
,go_complexl const *a
,go_complexl const *b
);
void go_complex_subl (go_complexl *dst
,go_complexl const *a
,go_complexl const *b
);
void go_complex_to_polar (double *mod
,double *angle
,go_complex const *src
);
void go_complex_to_polarl (long double *mod
,long double *angle
,go_complexl const *src
);
char * go_complex_to_string (go_complex const *src
,char const *reformat
,char const *imformat
,char imunit
);
char * go_complex_to_stringl (go_complexl const *src
,char const *reformat
,char const *imformat
,char imunit
);