round and truncate in Maxima



Hello,

in the manual I found documented the Lisp functions ?round and ?truncate  (Floating.texi).
Does this make sense? These functions can't work with Bigfloats.

We have the Maxima functions floor, fix (entier) and ceiling. 
Wouldn't it be better to define round and truncate with the help of floor and ceiling?

Volker van Nek