Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within OCPJP
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Spring Boot in Practice
this week in the
Spring
forum!
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
Ron McLeod
Jeanne Boyarsky
Paul Clapham
Sheriffs:
Liutauras Vilda
Henry Wong
Devaka Cooray
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Al Hobbs
Carey Brown
Bartenders:
Piet Souris
Mikalai Zaikin
Himai Minh
Forum:
Programmer Certification (OCPJP)
dout regarding Math function
nagaraj raja
Ranch Hand
Posts: 36
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hai
Math.ulp(10.2);
Here i am getting compiler error in api Math.ulp(double) is there i given double value even though i am getting compiler error why plz clarify my doubt
Timmy Marks
Ranch Hand
Posts: 226
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Are you using
java
5.0?
Ulf Dittmer
Rancher
Posts: 43028
76
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
... because any JDK below that does not have a method called Math.ulp.
[ August 09, 2005: Message edited by: Ulf Dittmer ]
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
How to write toString method to display name of Object
douts on convertion from hexa decimal to decimal and some other doubles
Doubt on insert statement in JDBC!!
i cant figure out how to use these methods
About Comment line "//"
More...