Re: Choice of programming language



NoIdea a écrit :

yep agreed on that - i'm writing some linear algebra applications in java at
the moment and they dont exactly rocket along. im only using java because
it has a arbitrary precision arithmetic feature which few other languages
have built in.

The lcc-win32 compiler features 350 bits floats with approx 100 digits
precision "built-in". You use them as normal types like double.

The system has 128 bit integers, and bignums, albeit the bignums support
is less transparent than the other types.

http://www.cs.virginia.edu/~lcc-win32

.


Loading