How can I do tan^-1, sin^-1 and cos^-1 in java?

1 answer

you can read the documentation.
asin gives you sin-1
As for the others,
cos-1(x) = sin-1√(1-x^2)
tan-1(x)=sin-1(x/√(1+x^2))
There may be atan2 -- don't recall.
Java docs are very good. Read them.
and so on.
Similar Questions
  1. 1. What is Java SE?A. Java Standard Edition* B. Java Software Editor C. Java Scientific Edition D. Java Software Emulator 2.
    1. answers icon 1 answer
  2. PLZ HELP ASAP1. What is Java SE? A. Java Standard Edition B. Java Software Editor C. Java Scientific Edition D. Java Software
    1. answers icon 2 answers
    1. answers icon 0 answers
    1. answers icon 1 answer
more similar questions