Polly 20.0.0git
Functions | Variables
pi.c File Reference
#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]
 

Function Documentation

◆ arctan()

mp_result arctan ( mp_small  radix,
mp_small  mul,
mp_small  x,
mp_small  prec,
mp_int  sum 
)

◆ main()

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

◆ g_buf

char g_buf[4096]

Definition at line 42 of file pi.c.

Referenced by main().

◆ g_radix

int g_radix = 10

Definition at line 37 of file pi.c.

Referenced by main().