trigonometric functions
This commit is contained in:
parent
ced84ffb94
commit
c5c484477c
2 changed files with 34 additions and 7 deletions
34
groff/math
34
groff/math
|
@ -6,18 +6,38 @@
|
||||||
|
|
||||||
.EQ
|
.EQ
|
||||||
delim $$
|
delim $$
|
||||||
|
define / 'over'
|
||||||
|
define grad '\[gr]'
|
||||||
define . '~ \[md] ~'
|
define . '~ \[md] ~'
|
||||||
define * '~ \[mu] ~'
|
define * '~ \[mu] ~'
|
||||||
define +- '~ \[+-] ~'
|
define +- '~ \[+-] ~'
|
||||||
define -+ '~ + bar ~'
|
define -+ '~ + bar ~'
|
||||||
define and '~ \[AN] ~'
|
define and '~ \[AN] ~'
|
||||||
define div '~ \[di] ~'
|
define div '~ \[di] ~'
|
||||||
define grad '\[gr]'
|
|
||||||
|
|
||||||
define vec %
|
define sen 'roman "sen"'
|
||||||
"$1" sup fwd -70 up 40 size 5.5 \[->] ""
|
define tan 'roman "tan"'
|
||||||
%
|
define sec 'roman "sec"'
|
||||||
define circumflex %
|
define cos 'roman "cos"'
|
||||||
size 8 "$1" sup fwd -29 up 5 size 6 \[ha]
|
define cot 'roman "cot"'
|
||||||
%
|
define csc 'roman "csc"'
|
||||||
|
define sinh 'roman "sinh"'
|
||||||
|
define tanh 'roman "tanh"'
|
||||||
|
define sech 'roman "sech"'
|
||||||
|
define cosh 'roman "cosh"'
|
||||||
|
define coth 'roman "coth"'
|
||||||
|
define csch 'roman "csch"'
|
||||||
|
define arcsin 'roman "arcsin"'
|
||||||
|
define arctan 'roman "arctan"'
|
||||||
|
define arcsec 'roman "arcsec"'
|
||||||
|
define arccos 'roman "arccos"'
|
||||||
|
define arccot 'roman "arccot"'
|
||||||
|
define arccsc 'roman "arccsc"'
|
||||||
|
define arcsinh 'roman "arcsinh"'
|
||||||
|
define arctanh 'roman "arctanh"'
|
||||||
|
define arcsech 'roman "arcsech"'
|
||||||
|
define arccosh 'roman "arccosh"'
|
||||||
|
define arccoth 'roman "arccoth"'
|
||||||
|
define arccsch 'roman "arccsch"'
|
||||||
|
|
||||||
.EN
|
.EN
|
||||||
|
|
|
@ -21,3 +21,10 @@
|
||||||
.ds MONTH12 diciembre
|
.ds MONTH12 diciembre
|
||||||
|
|
||||||
.ds REFERENCES Referencias
|
.ds REFERENCES Referencias
|
||||||
|
|
||||||
|
.EQ
|
||||||
|
define sen 'roman "sen"'
|
||||||
|
define arcsen 'roman "arcsen"'
|
||||||
|
define senh 'roman "senh"'
|
||||||
|
define arcsenh 'roman "arcsenh"'
|
||||||
|
.EN
|
||||||
|
|
Loading…
Reference in a new issue