edu.pdx.cs399J.tips
Class DoubleTrouble

java.lang.Object
  extended by edu.pdx.cs399J.tips.DoubleTrouble

public class DoubleTrouble
extends Object

This program demonstrates that doubles only provide approximations of negative powers of 10.

Version:
$Revision: 1.1 $
Author:
David Whitlock
See Also:
BigDecimalDemo

Constructor Summary
DoubleTrouble()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleTrouble

public DoubleTrouble()
Method Detail

main

public static void main(String[] args)


Copyright © 2000-2009 Portland State University. All Rights Reserved.