PackageDescription: TrippyFloatingPointExtensions


Trippy Floating Point Extensions

Last published: October 12, 2010 by 'valloud'

Defines 0 Classes
Extends 2 Classes


This package provides additional IEEE functionality to Trippy. Floating point value inspectors receive the following six additional fields:

ieee - actual binary: Displays the bits of the floating point number as they are stored in the platform. This field is sensitive to storage endianness.

ieee - actual hex: Displays the bytes of the floating point number as they are stored in the platform. This field is sensitive to storage endianness.

ieee - binary: Same as 'ieee - actual binary', but always display information in natural (big endian) order.

ieee - hex: Same as 'ieee - actual hex', but always display information in natural (big endian) order.

ieee - parsed binary: Same as 'ieee - binary', but separate the sign, exponent and mantissa fields.

ieee - parsed hex: Same as 'ieee - hex', but separate the sign, exponent and mantissa fields.