|
The Finite Resolution Dynamics Software
|
An open-interval version of the square function. More...
#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. More... | |
An open-interval version of the square function.
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 | ||
| ) |
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.8.13