Awesome-CheatSheets | 全栈开发速学速查手册集锦
Awesome-CheatSheets | 全栈开发速学速查手册集锦
📖 Home
🌟 Star on Github
💻 Code
README
AI
Backend
PL
Frontend
Infrastructure
InfoSecurity
Architecture
.github
sidebar
Business
Product
Product-CheatSheet
LaTex-CheatSheet
UI-CheatSheet
Industry
Awesome CheatSheet: Overview of syntax and features, collection of code snippets in single file, go
Specials
LaTex-CheatSheet
LaTex CheatSheet
数学符号
占位符
空
格
:
s
p
空格: s\quad p \\
空
格
:
s
p
关系运算符
±
:
±
×
:
×
÷
:
÷
∣
:
∣
∘
:
∘
∗
:
∗
⨀
:
⨀
⨂
:
⨂
⨁
:
⨁
≤
:
≤
≥
:
≥
≠
:
≠
≈
:
≈
≡
:
≡
∑
:
∑
∏
:
∏
∐
:
∐
±:\pm ×:\times ÷:\div ∣:\mid ∘:\circ ∗:\ast ⨀:\bigodot ⨂:\bigotimes ⨁:\bigoplus ≤:\leq ≥:\geq ≠:\neq ≈:\approx ≡:\equiv ∑:\sum ∏:\prod ∐:\coprod
±
:
±
×
:
×
÷
:
÷
∣
:
∣
∘
:
∘
∗
:
∗
⨀
:
⨀
⨂
:
⨂
⨁
:
⨁
≤
:
≤
≥
:
≥
≠
:
≠
≈
:
≈
≡
:
≡
∑
:
∑
∏
:
∏
∐
:
∐
集合运算符:
∅
:
∅
∈
:
∈
∉
:
∉
⊂
:
⊂
⊃
:
⊃
⊆
:
⊆
⊇
:
⊇
⋂
:
⋂
⋂
:
⋃
⋁
:
⋁
⋀
:
⋀
∅:\emptyset ∈:\in ∉:\notin ⊂:\subset ⊃:\supset ⊆:\subseteq ⊇:\supseteq ⋂:\bigcap ⋃:\bigcup ⋁:\bigvee ⋀:\bigwedge
∅
:
∅
∈
:
∈
∉
:
∉
⊂
:
⊂
⊃
:
⊃
⊆
:
⊆
⊇
:
⊇
⋂
:
⋂
⋂
:
⋃
⋁
:
⋁
⋀
:
⋀
对数运算符:
l
o
g
:
log
l
g
:
lg
log:\log lg:\lg
l
o
g
:
lo
g
l
g
:
l
g
三角运算符:
⊥
:
⊥
∠
:
∠
∘
:
3
0
∘
s
i
n
:
sin
c
o
s
:
cos
t
a
n
:
tan
c
o
t
:
cot
s
e
c
:
sec
c
s
c
:
csc
⊥:\bot ∠:\angle ∘:30^\circ sin:\sin cos:\cos tan:\tan cot:\cot sec:\sec csc:\csc
⊥
:
⊥
∠
:
∠
∘
:
3
0
∘
s
i
n
:
sin
c
o
s
:
cos
t
a
n
:
tan
c
o
t
:
cot
s
e
c
:
sec
c
s
c
:
csc
微积分运算符:
逻辑运算符:
∵
:
∵
∴
:
∴
∀
:
∀
∃
:
∃
≠
:
̸
=
≯
:
̸
>
⊄
:
̸
⊂
∵: \because \\ ∴: \therefore \\ ∀: \forall \\ ∃: \exists ≠: \not= ≯: \not> ⊄: \not\subset
∵
:
∵
∴
:
∴
∀
:
∀
∃
:
∃
≠
:
̸
=
≯
:
̸
>
⊄
:
̸
⊂
戴帽符号:
y
^
:
y
^
y
ˇ
:
y
ˇ
y
˘
:
y
˘
ŷ : \hat{y} \\ yˇ: \check{y} \\ y˘: \breve{y} \\
y
^
:
y
^
y
ˇ
:
y
ˇ
y
˘
:
y
˘
分段函数
f
(
n
)
=
{
n
/
2
,
if
n
is even
3
n
+
1
,
if
n
is odd
f(n) = \begin{cases} n/2, & \text{if $n$ is even} \\ 3n+1, & \text{if $n$ is odd} \end{cases}
f
(
n
)
=
{
n
/
2
,
3
n
+
1
,
if
n
is even
if
n
is odd
Previous
Product-CheatSheet
Next
UI-CheatSheet
Last updated
11 months ago
Edit on GitHub
Contents
LaTex CheatSheet
数学符号
分段函数