Fixed math in some blog posts

This commit is contained in:
Brandon Rozek 2021-07-26 09:52:41 -04:00
parent c717c72d08
commit 17165847cd
6 changed files with 8 additions and 1 deletions

View file

@ -2,6 +2,7 @@
title: "Real Analysis Sequences in Haskell"
date: 2019-05-21T22:18:21-04:00
draft: false
math: true
---
In Real Analysis it is useful to look at terms of a sequence. One of the best ways I've found to do this is in believe it or not Haskell. This is mainly for these two reasons