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 6202685
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T04:46:56+00:00 2026-05-24T04:46:56+00:00

Given that PI/2 can never be represented precisely in floating point, is it safe

  • 0

Given that PI/2 can never be represented precisely in floating point, is it safe to assume that cos(a) can never return exact zero?

If this is the case, then the following pseudo-code will never enter the block (and it could be safely removed):

...
y = h/cos(a);
if (!isfinite(a))
{
  // handle infinite y
}
  • 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-05-24T04:46:57+00:00Added an answer on May 24, 2026 at 4:46 am

    Zero is one of several values that can be represented exactly. Many systems have a lookup table for common values of sin and cos, so it’s not inconceivable that exactly zero could be returned.

    But you are safer using a delta compare, before performing the division:

    if (Abs(cos(a)) < 0.0000001)
    {
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Given that both Ruby on Rails (RoR) and Grails can run on the JVM
Given that indexing is so important as your data set increases in size, can
I'm trying to find a library that can read a given RSS/Atom feed, and
Is there a built-in function/method that can check if a given string is a
1) How can the processor recognize the device requesting the interrupt? 2) Given that
How can you keep track of time in a simple embedded system, given that
I can see that Collections.unmodifiableSet returns an unmodifiable view of the given set but
What regular expression can I use (if any) to validate that a given string
Given an instantiated JavaScript object/class can I make an Ajax call from that class
Given a folder, how can I tell that it is a recycle bin? I've

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.