Re: OT : Approximate / fast math libraries ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Sep 01, 2007 at 11:23:38 +0100,
  Chris Jones <jonesc@xxxxxxxxxxxxxxxxx> wrote:
> 
> Talyor expansions are valid when your argument is 'small' i.e.
> 
> sin(x) ~ x
> tan(x) ~ x
> cos(x) ~ (1-(x)*(x)/2)
> 
> etc. only work when x is small, and the error increases as x does (since the 
> size of the truncated terms become more important). Yes you can include more 
> terms but that only allows you to go to large x before the errors explode.

Just for the record (i.e. you might already know this) you can do taylor
expansions around any point, not just the places where you get the nice
looking series. This is still a significant restriction, but in cases where
you know you will be doing all of your evaluations near a specific point,
this a possibility.


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux