Math2mat

/home/ythoma/docs/math2mat/svn/wp1/framework/m2mGUI/src/m2m/backend/buildingblocks/BuildingBlockFloat64.java

Go to the documentation of this file.
00001 
00002 package m2m.backend.buildingblocks;
00007 public abstract class BuildingBlockFloat64 extends BuildingBlockFloatAbstract {
00008 
00013         public BuildingBlockFloat64() {
00014                 m_significandSize=53;
00015                 m_exponentSize=10;
00016         }
00017         
00018         
00022         @Override
00023         public final NumType numType() {
00024                 return NumType.FLOAT64;
00025         }
00026 
00027 }
00028 
 All Classes Namespaces Files Functions Variables Enumerations