Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7871315
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T01:51:55+00:00 2026-06-03T01:51:55+00:00

I know that signed zeros are used to distinguish underflow from positive or negative

  • 0

I know that signed zeros are used to distinguish underflow from positive or negative numbers, and so it’s worth distinguishing them. Intuitively I feel that the absolute value of -0.0 should be 0.0. However, this is not what Haskell says:

Prelude> abs (-0.0)
-0.0

For what it’s worth, Python 2.7 disagrees:

>>> -0.0
-0.0
>>> abs(-0.0)
0.0

Is this a bug, or a part of the standard?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T01:51:56+00:00Added an answer on June 3, 2026 at 1:51 am

    The behaviour you describe is definitely inconsistent with the IEEE 754 standard, which in its most recent incarnation says:

    abs(x) copies a floating-point operand x to a destination in the same
    format, setting the sign bit to 0 (positive).

    That’s in section 5.5.1 of IEEE 754-2008, entitled ‘Sign bit operations’. Though I can’t give a link to the standard itself, you can see roughly the same language in the last available public draft of the standard, in section 7.5.1. (In general the standard differs quite significantly from that draft, but this bit’s almost unchanged.)

    That doesn’t make it a bug in Haskell unless Haskell specifically claims to follow the IEEE 754 standard, and moreover claims that the implementation of abs in the Prelude should map to the IEEE 754 abs function. The standard merely requires that the abs operation must be provided, but says nothing about how it might be spelled.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know that: ApplicationContext context = new ClassPathXmlApplicationContext("bean.xml"); loads context definition from an XML
So I know that the difference between a signed int and unsigned int is
I'm just amazed to know that I can't convert signed to unsigned int by
I know that its possible to make enums that use signed or unsigned 64,
I know that lot of questions about HTML sanitizers have appeared in SO, but
I know that all of these will be compiled together into one file but
I know that VB offers many things to control it : SDK, API, COM,
i know that it may be difficult to see the actual problem without looking
I know that a powerset is simply any number between 0 and 2^N-1 where
I know that when linking to multiple static libraries or object files, the order

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.