Thread: modern computers still using floating point representation?

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    57

    modern computers still using floating point representation?

    When I studied computer science back in 2000 we learned that computers stored fractional numbers in floating point representation format, with a computer word divied into sign, signed exponent and mantissa sections.

    Are fractional numbers still stored this way in modern computers (2009+)? Or have they found a new fangled way to do things?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How accurate is the following...
    By emeyer in forum C Programming
    Replies: 22
    Last Post: 12-07-2005, 12:07 PM
  2. floating point question
    By Eric Cheong in forum C Programming
    Replies: 8
    Last Post: 09-10-2004, 10:48 PM
  3. strtol with floating point
    By Laserve in forum C Programming
    Replies: 3
    Last Post: 07-26-2004, 06:02 AM
  4. floating point variables in edittext controls
    By dootickle in forum Windows Programming
    Replies: 3
    Last Post: 04-15-2004, 11:15 AM
  5. Replies: 2
    Last Post: 09-10-2001, 12:00 PM