Re: Choice of programming language
- From: jacob navia <jacob@xxxxxxxxxxxxxxxx>
- Date: Wed, 15 Mar 2006 23:03:43 +0100
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
.
- Follow-Ups:
- Re: Choice of programming language
- From: NoIdea
- Re: Choice of programming language
- References:
- Choice of programming language
- From: Mark B
- Re: Choice of programming language
- From: Damien
- Re: Choice of programming language
- From: NoIdea
- Choice of programming language
- Prev by Date: Re: come-back to numerical analysis
- Next by Date: Gauss-Seidel Iteration Problem - A Better Solution???
- Previous by thread: Re: Choice of programming language
- Next by thread: Re: Choice of programming language
- Index(es):
Loading