Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Math class

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Barry Boone's mock exam Que 33 says
Trignomentric operation includes- sin, cos, tan, asin, acos, atan but
same question in Mindq test gives a contradicting answer by say ing
Trignomentric operation does not include asin, acos, atan.
Can anyone please resolve the above contradiction by giving the right answer with explanation.
By
Raji Venkat.
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Functions asin, acos, and atan all are included in the Math class. Please look at the API specifications. Here is the link.
http://java.sun.com/products/jdk/1.2/docs/api/index.html
Gautam.
 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Raji
yes,mindQ is having 4 Qs with wrong answers,so please check itup.
the three methods sin,cos,tan accepts a double parameter & returns the result of their transedental function,where as asin,acos,atan takes a parameter the result of a transedental function & are the inverse of above methods.
in short all these methods belongs to Math class.
regds
hema
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic