The Finite Resolution Dynamics Software
Classes
opensine.h File Reference

An open-interval version of the sine function. More...

#include "rounding.h"
#include "numberpi.h"

Go to the source code of this file.

Classes

class  tOpenSine< NumType, nTerms >
 Computes the sine function using the expansion into the Taylor series at pi/2. More...
 

Detailed Description

An open-interval version of the sine function.

This file contains the definition of the sine function in the interval arithmetic based on open intervals, as opposed to closed intervals. Based on this definition, also the other trigonometric functions can be implemented.

Author
Pawel Pilarczyk

Definition in file opensine.h.