• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • 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
 
I once met a man from Nantucket. He had a tiny ad
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic