Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Inverse Functions
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Catalyst




PostPosted: Sun Jan 26, 2003 12:00 pm   Post subject: Inverse Functions

Are there inverse functions in turing? Such as sin-1 or cos-1?
Sponsor
Sponsor
Sponsor
sponsor
Tony




PostPosted: 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)))
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 2 Posts ]
Jump to:   


Style:  
Search: