#include "rounding.h"
Go to the source code of this file.
Functions | |
| template<class NumType> | |
| void | openSqr (const NumType &xLeft, const NumType &xRight, NumType &yLeft, NumType &yRight) |
| Computes the square f (x) = x^2 in the open interval arithmetic. | |
This file contains the definition of the square function f (x) = x^2 in the interval arithmetic based on open intervals, as opposed to closed intervals.
Definition in file opensqr.h.
| void openSqr | ( | const NumType & | xLeft, | |
| const NumType & | xRight, | |||
| NumType & | yLeft, | |||
| NumType & | yRight | |||
| ) | [inline] |
Computes the square f (x) = x^2 in the open interval arithmetic.
Definition at line 48 of file opensqr.h.
Referenced by tMapHenon< NumType >::image().
1.5.3