I'm not sure what you want. Perhaps you would like to convert the
bigfloats to a rational number and choose the closest integer to that
number?
you could do ratepsilon:0$
round(rat(1.1b1));
If you mean to change the precision and have the bigfloat rounded to
that precision...
van Nek wrote:
> I found
>
> Maxima 5.14.0 http://maxima.sourceforge.net
> Using Lisp GNU Common Lisp (GCL) GCL 2.6.8 (aka GCL)
>
> (%i1) map(round, [1.b0, 1.1b1, 1.11b2, 10.b-1, 100.b-2]);
> (%o1) [round(1.0b0), round(1.1b1), round(1.11b2), round(1.0b0), round(1.0b0)]
>
> Is that known?
>
> Volker van Nek
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>