<- previous    index    next ->

Lecture 4.5 taylor series fit and math functions


I you need to implement some math functions for the programming language
you are using. You will typically implement a math function using
a taylor series.

Taylor series for many trig math functions are here
 


math.series


asinh3.py3
asinh3_py3.out


acosh3.py3
acosh3_py3.out


atanh3.py3
atanh3_py3.out





updated 7/25/2021

    <- previous    index    next ->