Functions |
pointer | ABS (context *ctx, int n, argv) |
pointer | ACOSH (context *ctx, int n, argv) |
pointer | ADD1 (context *ctx, int n, argv) |
pointer | add_big_big () |
void | add_int_big () |
void | arith (context *ctx, pointer mod) |
pointer | ASH (context *ctx, int n, argv) |
pointer | ASINH (context *ctx, int n, argv) |
pointer | ATAN (context *ctx, int n, argv) |
pointer | ATANH (context *ctx, int n, argv) |
pointer | big_minus () |
pointer | big_plus () |
eusinteger_t | big_sign (pointer) |
pointer | big_times () |
eusfloat_t | big_to_float (pointer) |
pointer | CEILING (context *ctx, int n, argv) |
pointer | copy_big () |
pointer | COS (context *ctx, int n, argv) |
pointer | COSH (context *ctx, int n, argv) |
pointer | DECFLOAT (context *ctx, int n, argv) |
pointer | DPB (context *ctx, int n, argv) |
pointer | EUSFLOAT (context *ctx, int n, argv) |
pointer | eusfloat_to_big (float) |
pointer | EXP (context *ctx, int n, argv) |
pointer | extend_big (pointer, int) |
pointer | FLOOR (context *ctx, int n, argv) |
pointer | FREXP (context *ctx, int n, argv) |
int | gcd () |
pointer | GREATERP (context *ctx, int n, argv) |
pointer | GREQP (context *ctx, int n, argv) |
pointer | int2ratio (eusinteger_t i) |
pointer | LDB (context *ctx, int n, argv) |
pointer | LESSP (context *ctx, int n, argv) |
pointer | LOG (context *ctx, int n, argv) |
pointer | LOGAND (context *ctx, int n, pointer argv[]) |
pointer | LOGBITP (context *ctx, int n, argv) |
pointer | LOGEQV (context *ctx, int n, argv) |
pointer | LOGIOR (context *ctx, int n, argv) |
pointer | LOGNAND (context *ctx, int n, argv) |
pointer | LOGNOR (context *ctx, int n, argv) |
pointer | LOGNOT (context *ctx, int n, argv) |
pointer | LOGTEST (context *ctx, int n, argv) |
pointer | LOGXOR (context *ctx, int n, argv) |
pointer | LSEQP (context *ctx, int n, argv) |
pointer | makebig () |
pointer | makebig1 () |
pointer | makebig2 () |
pointer | makeratio () |
pointer | MAX (context *ctx, int n, argv) |
pointer | MIN (context *ctx, int n, argv) |
pointer | MINUS (context *ctx, int n, argv) |
pointer | MOD (context *ctx, int n, argv) |
pointer | normalize_bignum () |
pointer | NUMEQUAL (context *ctx, int n, argv) |
pointer | NUMNEQUAL (context *ctx, int n, argv) |
pointer | PLUS (context *ctx, int n, argv) |
pointer | QUOTIENT (context *ctx, int n, argv) |
pointer | RANDOM (context *ctx, int n, argv) |
eusfloat_t | ratio2flt (pointer r) |
pointer | ratio_divide (pointer x, pointer y) |
pointer | ratio_minus (pointer x, pointer y) |
pointer | ratio_plus (pointer x, pointer y) |
pointer | ratio_times (pointer x, pointer y) |
pointer | return_ratio (pointer r) |
pointer | ROUND (context *ctx, int n, argv) |
pointer | SIN (context *ctx, int n, argv) |
pointer | SINH (context *ctx, int n, argv) |
pointer | SQRT (context *ctx, int n, argv) |
pointer | SUB1 (context *ctx, int n, argv) |
void | sub_int_big () |
pointer | TAN (context *ctx, int n, argv) |
pointer | TANH (context *ctx, int n, argv) |
pointer | TIMES (context *ctx, int n, argv) |
pointer | TRUNCATE (context *ctx, int n, argv) |
Variables |
pointer | RANDSTATE |
static char * | rcsid = "@(#)$Id$" |