aern2-fun-0.2.9.0: Generic operations for real functions
Copyright(c) Michal Konecny
LicenseBSD3
Maintainermikkonecny@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

AERN2.RealFun.SineCosine

Description

Pointwise sine and cosine for functions

Synopsis

Documentation

sineTaylorSum :: _ => (Accuracy -> f) -> MPBall -> Accuracy -> (f, ErrorBound, Integer) Source #

For a given polynomial p, compute a partial Taylor sum of cos(p) and return it together with its error bound e and the degree of the polynomial n.

cosineTaylorSum :: _ => (Accuracy -> f) -> MPBall -> Accuracy -> (f, ErrorBound, Integer) Source #

For a given polynomial p, compute a partial Taylor sum of cos(p) and return it together with its error bound e and the degree of the polynomial n.