REAL MANAGE

Brand Owner Address Description
REALMANAGE REALAGE, INC. 3280 Peachtree Road, Suite 600 Atlanta GA 30305 REAL MANAGE;CONSULTING SERVICES IN THE FIELDS OF HEALTH AND NUTRITION; PROVIDING HEALTH INFORMATION;
 

Where the owner name is not linked, that owner no longer owns the brand

   
Technical Examples
  1. In order to provide a method or the like for storing floating point numbers to make it easier to manage the floating point numbers using a fixed point processor, when a real number x is represented by a*(2^n) where a mantissa is a and an exponent is n, the mantissa is stored as a fixed point number in the upper U bits of N-bit field (N?(U+L)) and the exponent is stored as an integer in the lower L bits. For the multiplication of two real numbers represented in such a format, these two real numbers are multiplied as fixed point numbers so as to make only the upper significant bits of the multiplication result a mantissa, while these two real numbers are added as integers so as to make only the lower significant bits of the addition result an exponent. As a result, the multiplication result can be obtained in a floating point format.