Skip to content

Implemented e^x recursively in xslt 1.0 using power series expansion.

Notifications You must be signed in to change notification settings

keksklauer4/XSLT-power-series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

XSLT-power-series

Implemented e^x recursively in xslt 1.0 using power series expansion.

Note that the complexity of the calculation is in O(n) with n as the amount of terms in the power series expansion to be calculated.

About

Implemented e^x recursively in xslt 1.0 using power series expansion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages