1
0
mirror of https://gitlab.com/rnger/amath synced 2025-10-05 10:29:29 +00:00

Include less common abbreviations

This commit is contained in:
Carsten Larsen
2017-07-17 00:29:31 +02:00
parent a6d28448f6
commit e5e70b5247

View File

@ -121,9 +121,15 @@ static const functiondef functiondefs[] = {
{"sin", SineNode::Create},
{"cos", CosineNode::Create},
{"tan", TangentNode::Create},
{"tg", TangentNode::Create},
{"cot", CotangentNode::Create},
{"cotan", CotangentNode::Create},
{"cotg", CotangentNode::Create},
{"ctg", CotangentNode::Create},
{"ctn", CotangentNode::Create},
{"sec", SecantNode::Create},
{"csc", CosecantNode::Create},
{"cosec", CosecantNode::Create},
{"crd", ChordNode::Create},
{"exsec", ExsecantNode::Create},
{"excsc", ExcosecantNode::Create},