Skip to content

Commit 1a9928e

Browse files
authored
Merge pull request #6035 from stef4k/master
Add maths checks in CSS reference test
2 parents 2cfff07 + 0fec0be commit 1a9928e

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

tools/tests/CSS Reference.ipynb

+20-7
Original file line numberDiff line numberDiff line change
@@ -8160,13 +8160,26 @@
81608160
]
81618161
},
81628162
{
8163-
"cell_type": "code",
8164-
"execution_count": null,
8165-
"metadata": {
8166-
"collapsed": false
8167-
},
8168-
"outputs": [],
8169-
"source": []
8163+
"cell_type": "markdown",
8164+
"metadata": {},
8165+
"source": [
8166+
"## Maths elements\n",
8167+
"$number = 1$\n",
8168+
"\n",
8169+
"$$numbercenter = 5$$\n",
8170+
"\n",
8171+
"$$fraction = \\frac{1}{3}$$\n",
8172+
"\n",
8173+
"$$root = \\sqrt{4}$$\n",
8174+
"\n",
8175+
"$$logfunction = \\log(10)$$\n",
8176+
"\n",
8177+
"$$binomial = \\binom{5}{2}$$\n",
8178+
"\n",
8179+
"$$CircleArea = \\pi \\times r ^2$$\n",
8180+
"\n",
8181+
"$$\\bar x = \\frac{1}{n} (\\sum_{i=1}^n x_i) = \\frac{x_1 + x_2 + ... +x_n}{n}$$"
8182+
]
81708183
}
81718184
],
81728185
"metadata": {

0 commit comments

Comments
 (0)