Interval package: Difference between revisions

m
→‎Best practices: Removed empty paragraph
m (Improve placement of TOC and screenshot)
m (→‎Best practices: Removed empty paragraph)
Line 212: Line 212:


If Octave functions would introduce arithmetic/rounding errors, there are interfaces to MPFR (<code>mpfr_function_d</code>) and crlibm (<code>crlibm_function</code>), which can produce guaranteed boundaries.
If Octave functions would introduce arithmetic/rounding errors, there are interfaces to MPFR (<code>mpfr_function_d</code>) and crlibm (<code>crlibm_function</code>), which can produce guaranteed boundaries.


==== Vectorization & Indexing ====
==== Vectorization & Indexing ====
240

edits