Hi Henrik, > Hi list, long time no see!
Welcome back! :) > The definition of exp in math.l leads me to believe that we're calling this > C function: > https://www.tutorialspoint.com/c_standard_library/c_function_exp.htm Right. > 6) I would hope to get get something like 2718281 back from this call: > (println (exp 1)). > > But that is not happening, instead I get 1000001. You want to call : (exp 1.0) -> 2718282 ♪♫ Alex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe