Hi

since i basically study mathematics at the moment i will implement exp in
pure picolisp when i find the time.



2018-01-29 8:25 GMT+01:00 Alexander Burger <a...@software-lab.de>:

> On Mon, Jan 29, 2018 at 08:14:31AM +0100, Alexander Burger wrote:
> > To the question why it returns 1000001 for (exp 1): 1000001 is the
> > representation of the float number 1:
> >
> >    : (round 1000001)
> >    -> "1.000"
>
> .. and (exp 1) is (exp 0.000001) ...
>
> https://the-m6.net/blog/fixed-point-arithmetic-in-picolisp.html
>
> ♪♫ Alex
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>

Reply via email to