Computer Architecture

rishi0922

rishi0922

@rishi0922-a2xTAa Oct 20, 2024
What's the difference between 'sine value', 'exponential value' and 'mantissa value' ?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Reya

    Reya

    @reya-SMihdC Sep 23, 2010

    A floating-point number has four parts - a sign, a mantissa, a radix, and an exponent. The sign is either a 1 or -1. The mantissa, always a positive number, holds the significant digits of the floating-point number. The exponent indicates the positive or negative power of the radix that the mantissa and sign should be multiplied by. The four components are combined as follows to get the floating-point value:
    sign * mantissa * radix exponent
  • Reya

    Reya

    @reya-SMihdC Sep 23, 2010

    A floating-point number has four parts - a sign, a mantissa, a radix, and an exponent. The sign is either a 1 or -1. The mantissa, always a positive number, holds the significant digits of the floating-point number. The exponent indicates the positive or negative power of the radix that the mantissa and sign should be multiplied by. The four components are combined as follows to get the floating-point value:
    sign * mantissa * radix exponent
  • rishi0922

    rishi0922

    @rishi0922-a2xTAa Sep 23, 2010

    @praveena: thanks for the useful reply ....can you please give an example for this floating point number and its parts ..../