数值函数
符号 | LaTex |
---|
expb=eb | \exp b = e^b |
lnc,lgd,log2e | \ln c, \lg d, \log_2 e |
sina,cosb,tanc,cotd,sece,cscf | \sin a, \cos b, \tan c, \cot d, \sec e, \csc f |
arcsina,arccosb,arctanc | \arcsin a, \arccos b, \arctan c |
sinha,coshb,tanhc,cothd | \sinh a, \cosh b, \tanh c, \coth d |
min(x,y),max(x,y) | \min(x,y), \max(x,y) |
如果需要使用特殊的函数符号,那么可以采用 \operatorname{}
命令进行自定义:
符号 | LaTex |
---|
mydefinex | \operatorname{mydefine}x |