aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Math.hs
blob: 75bc513eecf1f5f404df3d461720567bc681f674 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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}\)
-- \[\int_{-\infty}^{\infty} e^{-x^2/2} = \sqrt{2\pi}\]
f = 5