help-octave
[Top][All Lists]
Advanced

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

GMP and Octave


From: Todd Neal
Subject: GMP and Octave
Date: Tue, 01 Mar 2005 13:47:24 -0600
User-agent: Debian Thunderbird 1.0 (X11/20050116)


I saw in the archived mailing list where there was a mention of using GMP from within Octave. I started writing a wrapper and began to wonder if anyone had already created one.

octave:2> a=make_gmp("3");
octave:3> a=a*9
a =

27
octave:4> a^a
ans =

443426488243037769948249630619149892803
octave:5> a^a-3
ans =

443426488243037769948249630619149892800


Todd



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]