标准函数名
函数名通常要使用罗马体而不是斜体。如 $\sin x$ ,而不是 $sin x$ ,后者会 显示为 $\operatorname{foo}x$ 设置,如反余切可以这样写 $\operatorname{arccot}x$ ,显示为
三角函数
| 代码 | 显示 | 代码 | 显示 |
|---|---|---|---|
\sin x | \arcsin x | ||
\cos x | \arccos x | ||
\tan x | \arctan x | ||
\cot x | \operatorname{arccot}x | ||
\sec x | \operatorname{arcsec}x | ||
\csc x | \operatorname{arccsc}x |
双曲函数
| 代码 | 显示 | 代码 | 显示 |
|---|---|---|---|
\sinh x | \operatorname{arsinh}x | ||
\cosh x | \operatorname{arcosh}x | ||
\tanh x | \operatorname{artanh}x | ||
\coth x | \operatorname{arcoth}x | ||
\operatorname{sech}x | \operatorname{arsech}x | ||
\operatorname{csch}x | \operatorname{arcsch}x |
对数函数
| 代码 | 显示 | 代码 | 显示 | 代码 | 显示 |
|---|---|---|---|---|---|
\log_a x | \lg x | \ln x |
其他函数
| 代码 | 显示 | 代码 | 显示 |
|---|---|---|---|
\exp | \lim | ||
\max | \min | ||
\gcd | \det | ||
\dim | \deg | ||
\sup | \inf | ||
\limsup | \liminf |