diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2021-04-20 22:41:12 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2021-04-20 22:41:12 +0800 |
commit | 6d7dca64691dfa245f023ee8c09d4efd208c3de9 (patch) | |
tree | dd51ef1bd48e4e6e45f040ac7d6b2e014a3a92a9 | |
parent | 2b3eb9250c81c9107366d9f377132b46c8c63c41 (diff) |
feat: add mathjax-test.md
-rw-r--r-- | _posts/2018-05-26-mathjax-test.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_posts/2018-05-26-mathjax-test.md b/_posts/2018-05-26-mathjax-test.md new file mode 100644 index 0000000..92bf6f1 --- /dev/null +++ b/_posts/2018-05-26-mathjax-test.md @@ -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 |