20 lines
465 B
Markdown
20 lines
465 B
Markdown
---
|
|
title: "MathJax support"
|
|
date: 2019-11-16T12:00:06+09:00
|
|
description: "A JavaScript display engine for mathematics that works in all browsers.No more setup for readers. It just works."
|
|
draft: false
|
|
enableToc: false
|
|
enableTocContent: false
|
|
tags:
|
|
-
|
|
series:
|
|
-
|
|
categories:
|
|
- math
|
|
libraries:
|
|
- mathjax
|
|
image: images/feature1/infinity.png
|
|
---
|
|
|
|
When $a \ne 0$, there are two solutions to $\(ax^2 + bx + c = 0\)\$ and they are
|
|
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$ |