A one-time FortressIQ data science intern turned UC Berkeley graduate now tying to make his way in the world.
- Calahorra, Spain
-
20:53
(UTC +01:00) - ocf.io/~samt
- in/samuel-truax
Pinned Loading
-
-
-
-
Taylor series for Euler's number
Taylor series for Euler's number 1(define (fact n)
2(define (helper n total)
3(if (= 0 n)
4total
5(helper (- n 1) (* n total))))
-
Cosine taylor expansion
Cosine taylor expansion 1(define (fact n)
2(define (helper n total)
3(if (= 0 n)
4total
5(helper (- n 1) (* total n))))
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.