Include less common abbreviations

This commit is contained in:
Carsten Larsen 2017-07-17 00:29:31 +02:00
parent a6d28448f6
commit e5e70b5247
1 changed files with 6 additions and 0 deletions

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},