The Finite Resolution Dynamics Software
Functions
opensqr.h File Reference

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...
 

Detailed Description

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.

Author
Pawel Pilarczyk

Definition in file opensqr.h.

Function Documentation

◆ openSqr()

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.

Definition at line 48 of file opensqr.h.

Referenced by tMapHenon< NumType >::image().