[Eric Reyssat <reyssat at math.unicaen.fr>, Sun, 29 Oct 2006 08:18:46 +0100]: > How to evaluate numerically an expression containing the constant %e inside > a list : > > a:[ [sin(0),exp(0)] , [sin(1),exp(1)]] ; ev(a,numer); float(a); ==> [[0.0,1.0],[.8414709848078965,2.718281828459045]] // HTH, Albert.