kevin lucas on Tue, 03 Jul 2018 14:12:41 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Truncation Precision in PARI


I have been trying to evaluate the following integral:
intnum(x=0,1,frac(1/x)^3)
but keep getting the following errors.
intnum(x=0,1, frac(1/x)^3)
 ***   at top-level: intnum(x=0,1,frac(1/x))
 ***                              ^----------
 ***   in function frac: intnum(x=0,1,frac(1/x)^3)
 ***                                  ^------------
 *** frac: precision too low in truncr (precision loss in truncation).
 ***   Break loop: type 'break' to go back to GP prompt

How should I go about removing such messages? The                                                                                
Regards
Kevi