|
Polly 22.0.0git
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include "imath.h"Go to the source code of this file.
Functions | |
| mp_result | arctan (mp_small radix, mp_small mul, mp_small x, mp_small prec, mp_int sum) |
| int | main (int argc, char *argv[]) |
Variables | |
| int | g_radix = 10 |
| char | g_buf [4096] |
Definition at line 125 of file pi.c.
References mp_int_add, mp_int_clear, mp_int_compare_zero, mp_int_div_value, mp_int_expt_value, mp_int_init, mp_int_mul_value, mp_int_sub, mp_int_zero, MP_OK, mul(), res, and t.
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 44 of file pi.c.
References abs(), arctan(), g_buf, g_radix, MP_DIGIT_MAX, mp_int_clear, mp_int_init, mp_int_sub, mp_int_to_string, MP_MAX_RADIX, MP_MIN_RADIX, MP_OK, and res.