(phixonline)--> with javascript_semantics requires("1.0.0") include mpfr.e mpfr pi = mpfr_init(0,-121) -- 120 dp, +1 for the "3." mpfr_const_pi(pi) printf(1,"PI with 120 decimals: %s\n\n",mpfr_get_fixed(pi,120))