240
edits
m (→Error handling) |
m (→Decorations) |
||
Line 202: | Line 202: | ||
=== Decorations === | === Decorations === | ||
With the subclass <code>infsupdec</code> it is possible to extend interval arithmetic with a decoration system. Every interval and intermediate result will additionally carry a decoration, which may provide additional information about the final result. The following decorations are available: | With the subclass <code>infsupdec</code> it is possible to extend interval arithmetic with a decoration system. Every interval and intermediate result will additionally carry a decoration, which may provide additional information about the final result. | ||
Although the examples in this wiki are mostly presented with bare, undecorated intervals (for simplicity), it is highly recommended to use the decorated interval arithmetic by default. | |||
The following decorations are available: | |||
{| class="wikitable" style="margin: auto" | {| class="wikitable" style="margin: auto" |
edits