[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Increase numerical precision?
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: Increase numerical precision? |
Date: |
Wed, 14 Nov 2012 09:40:10 -0500 |
On 13 November 2012 18:42, Jerry <address@hidden> wrote:
> Is there any way in Octave to increase the numerical precision?
I have written a FAQ about this:
http://wiki.octave.org/FAQ#How_do_I_make_Octave_use_more_precision.3F
> For example, is there a way to cause calculations to be performed by
> GMP or MPFR?
If you want to link some other arbitrary-precision library into Octave
to perform computations, perhaps you can do so by writing your own oct
files to do so:
https://www.gnu.org/software/octave/doc/interpreter/Oct_002dFiles.html#Oct_002dFiles
HTH,
- Jordi G. H.