Jspice3
|
Go to the source code of this file.
Functions | |
char * | cx_mag (char *data, short type, int length, int *newlength, short *newtype) |
char * | cx_ph (char *data, short type, int length, int *newlength, short *newtype) |
char * | cx_j (char *data, short type, int length, int *newlength, short *newtype) |
char * | cx_real (char *data, short type, int length, int *newlength, short *newtype) |
char * | cx_imag (char *data, short type, int length, int *newlength, short *newtype) |
char * | cx_pos (char *data, short type, int length, int *newlength, short *newtype) |
char * | cx_db (char *data, short type, int length, int *newlength, short *newtype) |
char * | cx_log (char *data, short type, int length, int *newlength, short *newtype) |
char * | cx_ln (char *data, short type, int length, int *newlength, short *newtype) |
char * | cx_exp (char *data, short type, int length, int *newlength, short *newtype) |
char * | cx_sqrt (char *data, short type, int length, int *newlength, short *newtype) |
char * | cx_sin (char *data, short type, int length, int *newlength, short *newtype) |
char * | cx_cos (char *data, short type, int length, int *newlength, short *newtype) |
Variables | |
bool | cx_degrees = false |
char* cx_cos | ( | char * | data, |
short | type, | ||
int | length, | ||
int * | newlength, | ||
short * | newtype | ||
) |
Definition at line 522 of file cmath1.c.
char* cx_db | ( | char * | data, |
short | type, | ||
int | length, | ||
int * | newlength, | ||
short * | newtype | ||
) |
Definition at line 193 of file cmath1.c.
char* cx_exp | ( | char * | data, |
short | type, | ||
int | length, | ||
int * | newlength, | ||
short * | newtype | ||
) |
Definition at line 340 of file cmath1.c.
char* cx_imag | ( | char * | data, |
short | type, | ||
int | length, | ||
int * | newlength, | ||
short * | newtype | ||
) |
char* cx_j | ( | char * | data, |
short | type, | ||
int | length, | ||
int * | newlength, | ||
short * | newtype | ||
) |
char* cx_ln | ( | char * | data, |
short | type, | ||
int | length, | ||
int * | newlength, | ||
short * | newtype | ||
) |
char* cx_log | ( | char * | data, |
short | type, | ||
int | length, | ||
int * | newlength, | ||
short * | newtype | ||
) |
char* cx_mag | ( | char * | data, |
short | type, | ||
int | length, | ||
int * | newlength, | ||
short * | newtype | ||
) |
char* cx_ph | ( | char * | data, |
short | type, | ||
int | length, | ||
int * | newlength, | ||
short * | newtype | ||
) |
char* cx_pos | ( | char * | data, |
short | type, | ||
int | length, | ||
int * | newlength, | ||
short * | newtype | ||
) |
char* cx_real | ( | char * | data, |
short | type, | ||
int | length, | ||
int * | newlength, | ||
short * | newtype | ||
) |
char* cx_sin | ( | char * | data, |
short | type, | ||
int | length, | ||
int * | newlength, | ||
short * | newtype | ||
) |
Definition at line 481 of file cmath1.c.
char* cx_sqrt | ( | char * | data, |
short | type, | ||
int | length, | ||
int * | newlength, | ||
short * | newtype | ||
) |