240
edits
(→Error handling: Removed warning “FixedDecoration”, since the behaviour is described by the standard document) |
m (→IEEE 1788 index: Added call syntax for interval constructors and revised, consistent table layout) |
||
Line 432: | Line 432: | ||
!IEEE 1788 | !IEEE 1788 | ||
!GNU Octave | !GNU Octave | ||
|- | |- | ||
| numsToInterval | | numsToInterval | ||
| | | bare version: infsup (''l'', ''u'') [http://octave.sourceforge.net/interval/function/@infsup/infsup.html]<br/>decorated version: infsupdec (''l'', ''u'') [http://octave.sourceforge.net/interval/function/@infsupdec/infsupdec.html] | ||
|- | |- | ||
| textToInterval | | textToInterval | ||
| infsup '' | | bare version: infsup (''s'')<br/>decorated version: infsupdec (''s'') | ||
|- | |||
| setDec | |||
| infsupdec (''x'', ''dx'') | |||
|- | |- | ||
| exp10 | | exp10 | ||
Line 476: | Line 476: | ||
|- | |- | ||
| sumAbs | | sumAbs | ||
| on intervals: sumabs [http://octave.sourceforge.net/interval/function/@infsup/sumabs.html]<br/>on numbers: | | on intervals: sumabs [http://octave.sourceforge.net/interval/function/@infsup/sumabs.html]<br/>on numbers: mpfr_vector_sum_d (''rounding mode'', abs (''x'')) | ||
|- | |- | ||
| sumSquare | | sumSquare | ||
| on intervals: sumsq [http://octave.sourceforge.net/interval/function/@infsup/sumsq.html]<br>on numbers: | | on intervals: sumsq [http://octave.sourceforge.net/interval/function/@infsup/sumsq.html]<br/>on numbers: mpfr_vector_dot_d (''rounding mode'', abs (''x''), abs (''x'')) | ||
|- | |- | ||
| intersection | | intersection | ||
Line 488: | Line 488: | ||
|- | |- | ||
| mulRevToPair | | mulRevToPair | ||
| mulrev [http://octave.sourceforge.net/interval/function/@infsup/mulrev.html] | | mulrev [http://octave.sourceforge.net/interval/function/@infsup/mulrev.html] with two output parameters | ||
|} | |} | ||
edits