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