Inverse Functions
Author |
Message |
Catalyst
![](http://catalyze.mine.nu/jack_of_spades+100.jpg)
|
Posted: Sun Jan 26, 2003 12:00 pm Post subject: Inverse Functions |
|
|
Are there inverse functions in turing? Such as sin-1 or cos-1? |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Sun Jan 26, 2003 3:55 pm Post subject: (No subject) |
|
|
I think that arctand is inverse of tangent... atleat it worked for couple of tries...
you can get inverce sin and cos using those formulas:
arcsind (x) = arctand (sqrt ((x *x) / (1 - (x *x))))
arccosd (x) = arctand (sqrt ((1 - (x *x)) / (x *x)))
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
|
|