floating-point representation


floating-point representation

n (Computer Science) computing the representation of numbers by two sets of digits (a, b), the set a indicating the significant digits, the set b giving the position of the radix point. The number is the product arb, where r is the base of the number system used. Compare fixed-point representation