coins.ffront
Class FDouble

java.lang.Object
  extended bycoins.ffront.FNumber
      extended bycoins.ffront.FDouble

class FDouble
extends FNumber


Field Summary
(package private)  double n_
           
 
Constructor Summary
(package private) FDouble(double d)
           
 
Method Summary
 FNumber add(FDouble n)
           
 Complex complexValue()
           
 FNumber div(FDouble n)
           
 double doubleValue()
           
 float floatValue()
           
 int intValue()
           
 FNumber mul(FDouble n)
           
 FNumber neg()
           
 FNumber sub(FDouble n)
           
 FNumber to(FNumber n)
           
 java.lang.String toString()
           
 
Methods inherited from class coins.ffront.FNumber
add, checkType, cmpType, div, higherType, make, make, make, make, make, mul, p, pow, sub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

n_

double n_
Constructor Detail

FDouble

FDouble(double d)
Method Detail

neg

public FNumber neg()
Specified by:
neg in class FNumber

intValue

public int intValue()
Specified by:
intValue in class FNumber

floatValue

public float floatValue()
Specified by:
floatValue in class FNumber

doubleValue

public double doubleValue()
Specified by:
doubleValue in class FNumber

complexValue

public Complex complexValue()
Specified by:
complexValue in class FNumber

to

public FNumber to(FNumber n)
Specified by:
to in class FNumber

add

public FNumber add(FDouble n)

mul

public FNumber mul(FDouble n)

sub

public FNumber sub(FDouble n)

div

public FNumber div(FDouble n)

toString

public java.lang.String toString()