Hello again!
Would there be any interest in having a module that provides more advanced trigonometric functions than what the math module already contains in the standard library?
Here's the functions I have so far:
arccosh()
arccot()
arccoth()
arccsc()
arccsch()
arcsec()
arcsech()
arcsinh()
arctanh()
csc()
csch()
cot()
coth()
sec()
sech()
Sure, that's why I asked!
One question though; because of the JavaScript thing in math.nim, there are two definitions of some of the functions. Would these functions need to be defined twice, or would they only be defined once?