Merge pull request #6035 from stef4k/master

Add maths checks in CSS reference test
pull/6041/head
Kevin Bates 5 years ago committed by GitHub
commit 1a9928ef8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8160,13 +8160,26 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": []
"cell_type": "markdown",
"metadata": {},
"source": [
"## Maths elements\n",
"$number = 1$\n",
"\n",
"$$numbercenter = 5$$\n",
"\n",
"$$fraction = \\frac{1}{3}$$\n",
"\n",
"$$root = \\sqrt{4}$$\n",
"\n",
"$$logfunction = \\log(10)$$\n",
"\n",
"$$binomial = \\binom{5}{2}$$\n",
"\n",
"$$CircleArea = \\pi \\times r ^2$$\n",
"\n",
"$$\\bar x = \\frac{1}{n} (\\sum_{i=1}^n x_i) = \\frac{x_1 + x_2 + ... +x_n}{n}$$"
]
}
],
"metadata": {

Loading…
Cancel
Save