feat: add mathjax-test.md

This commit is contained in:
jeffreytse 2021-04-20 22:41:12 +08:00
parent 2b3eb9250c
commit 6d7dca6469

View file

@ -0,0 +1,13 @@
---
layout: post
title: Mathjax Test
subtitle: My first mathjax expression
categories: markdown
tags: [test]
---
* A safe integer is an integer that
* can be exactly represented as an IEEE-754 double precision number, and
* whose IEEE-75 representation cannot be the result of rounding any other integer to fit the IEEE-754 representation
* For example, $ 2 ^ {53} - 1 $ is a safe integer,
* it can be exactly represented