diff options
Diffstat (limited to 'html-test/src/Math.hs')
-rw-r--r-- | html-test/src/Math.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/html-test/src/Math.hs b/html-test/src/Math.hs new file mode 100644 index 00000000..aa6ff1ff --- /dev/null +++ b/html-test/src/Math.hs @@ -0,0 +1,4 @@ +module Math where + +-- | Math (inline) for 'normalDensity' $$\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}$$ +f = 5 |