Skip to content

Commit

Permalink
remove some functions that shouldn't be called directly, like ln^-1(x…
Browse files Browse the repository at this point in the history
…)=aln(x)=exp(x), aln(x) should not be called directly but from ln^-1(x)
  • Loading branch information
bgkillas committed May 14, 2024
1 parent ec7b816 commit 21da51f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,11 @@ pub fn functions() -> HashSet<&'static str>
"arccoth",
"cis",
"ln",
"aexp",
"ceil",
"floor",
"round",
"recip",
"exp",
"aln",
"log",
"root",
"bi",
Expand All @@ -93,7 +91,6 @@ pub fn functions() -> HashSet<&'static str>
"max",
"min",
"sqrt",
"asquare",
"abs",
"norm",
"re",
Expand All @@ -104,15 +101,12 @@ pub fn functions() -> HashSet<&'static str>
"sign",
"arg",
"cbrt",
"acube",
"frac",
"fract",
"int",
"trunc",
"square",
"asqrt",
"cube",
"acbrt",
"fact",
"subfact",
"sinc",
Expand Down

0 comments on commit 21da51f

Please sign in to comment.