I wish to change the format of the numbers contained in a list Common Lisp Allegro
I have lists which contain numbers with too many decimals. I would like to recondition the list changing the format of the list elements. For instance I have ‘( 1.233453923729 3.44566546 9.1111111) and I would like to keep max two decimals.