Math2mat

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

Go to the documentation of this file.
00001 package m2m.backend.buildingblocks;
00002 
00071 public abstract class BuildingBlockFloat32 extends BuildingBlockFloatAbstract {
00072 
00077         public BuildingBlockFloat32() {
00078                 m_significandSize = 24;
00079                 m_exponentSize = 7;
00080         }
00081 
00085         @Override
00086         public final NumType numType() {
00087                 return NumType.FLOAT32;
00088         }
00089 }
00090 
 All Classes Namespaces Files Functions Variables Enumerations