lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


the gsl-shell is really great

I have a little complaint however :)
complex numbers are not quite precise, e.g.

> =(1+1i)^2
1.2246063538224e-016+2i

The complex module from numlua doesn't have these problems; would it
be somehow possible to merge it with gsl-shell? (the module is very
small and independent of any libraries)

Best regards,
Pavol