octave-maintainers
[Top][All Lists]
Advanced

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

Octave Forge: requesting SVN access


From: Oliver Heimlich
Subject: Octave Forge: requesting SVN access
Date: Thu, 02 Oct 2014 08:17:01 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

I'd like to add a new package to the repository and hereby ask for SVN
access. My sourceforge user name is oheim.

The package shall implement the upcoming IEEE 1788 standard on interval
arithmetic. I am a member of the P1788 working group and the standard
currently enters the sponsor ballot phase.

My GNU octave package is in an early stage atm, but I could already
submit some functionality to the public repository under GPL.

The following is a screenshot that shows some of the already implemented
functionality.

octave:1> x = infsup (5, 6)
x = [5, 6]
octave:2> y = infsup ("0.34", "7.1")
y = [.33999999999999996, 7.1000000000000006]
octave:3> x / y
ans = [.7042253521126758, 17.647058823529417]
octave:4> intersection (ans, y)
ans = [.7042253521126758, 7.1000000000000006]
octave:5> intervaltoexact (ans)
ans = [.70422535211267589527750487832236103713512420654296875,
7.10000000000000053290705182007513940334320068359375]



reply via email to

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