Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <script type="text/javascript" async
  src="https://cdn.mathjax.org/mathjax/latest/MathJax.js">
</script>
  <script type="text/x-mathjax-config">
  MathJax.Hub.Config({
    extensions: ["tex2jax.js"],
    jax: ["input/TeX", "output/CommonHTML"]
  });
  </script>
</head>
<body>
  <p>Basic example:
  $$
  x = \frac{-b\pm\sqrt{b^2-4ac}}{2a}
  $$
  <p>Advanced example:
  $$
  f(x) = \begin{cases}
    \displaystyle
    \sum_{i=1}^s x^i & \text{if } x < 0 \\
    \displaystyle
    \int_1^s x^i dx & \text{if } x \in S \\
    \displaystyle
    \tan\pi & \text{otherwise (with }\pi\simeq 3.141\text{)}
  \end{cases}
  $$
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
laughinghanpro
0viewers