Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 224 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 224 Bytes

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.