diff options
Diffstat (limited to 'html-test/src/Math.hs')
-rw-r--r-- | html-test/src/Math.hs | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/html-test/src/Math.hs b/html-test/src/Math.hs index aa6ff1ff..75bc513e 100644 --- a/html-test/src/Math.hs +++ b/html-test/src/Math.hs @@ -1,4 +1,14 @@ +-- | Math (display) for 'normalDensity' +-- +-- \[ +-- \int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi} +-- \] +-- +-- \(\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}\) + module Math where --- | Math (inline) for 'normalDensity' $$\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}$$ +-- | Math (inline) for 'normalDensity' +-- \(\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}\) +-- \[\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}\] f = 5 |