Math2mat
Public Member Functions | Protected Attributes | Package Functions

m2m.backend.buildingblocks.BuildingBlockFloatAbstract Class Reference

Inheritance diagram for m2m.backend.buildingblocks.BuildingBlockFloatAbstract:
Inheritance graph
[legend]
Collaboration diagram for m2m.backend.buildingblocks.BuildingBlockFloatAbstract:
Collaboration graph
[legend]

List of all members.

Public Member Functions

int getExponentSize ()
int getSignificandSize ()

Protected Attributes

int m_exponentSize
int m_significandSize

Package Functions

 BuildingBlockFloatAbstract ()

Detailed Description

Definition at line 3 of file BuildingBlockFloatAbstract.java.


Constructor & Destructor Documentation

m2m.backend.buildingblocks.BuildingBlockFloatAbstract.BuildingBlockFloatAbstract ( ) [package]

Default constructor. It sets the significand size to 24 and the exponent size to 7.

Definition at line 9 of file BuildingBlockFloatAbstract.java.


Member Function Documentation

int m2m.backend.buildingblocks.BuildingBlockFloatAbstract.getExponentSize ( )

Returns the number of bits used to represent the exponent.

Returns:
the number of bits of the exponent

Definition at line 18 of file BuildingBlockFloatAbstract.java.

int m2m.backend.buildingblocks.BuildingBlockFloatAbstract.getSignificandSize ( )

Returns the number of decimal bits used to represent the significand.

Returns:
the number of bits of the significand

Definition at line 26 of file BuildingBlockFloatAbstract.java.


Member Data Documentation

Size of the exponent

Definition at line 32 of file BuildingBlockFloatAbstract.java.

Size of the significand

Definition at line 36 of file BuildingBlockFloatAbstract.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations