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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:10:47+00:00 2026-05-25T17:10:47+00:00

A colleague of mine stumbled upon a method to floor float numbers using a

  • 0

A colleague of mine stumbled upon a method to floor float numbers using a bitwise or:

var a = 13.6 | 0; //a == 13

We were talking about it and wondering a few things.

  • How does it work? Our theory was that using such an operator casts the number to an integer, thus removing the fractional part
  • Does it have any advantages over doing Math.floor? Maybe it’s a bit faster? (pun not intended)
  • Does it have any disadvantages? Maybe it doesn’t work in some cases? Clarity is an obvious one, since we had to figure it out, and well, I’m writing this question.

Thanks.

  • 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-25T17:10:47+00:00Added an answer on May 25, 2026 at 5:10 pm

    How does it work? Our theory was that using such an operator casts the
    number to an integer, thus removing the fractional part

    All bitwise operations except unsigned right shift, >>>, work on signed 32-bit integers. So using bitwise operations will convert a float to an integer.

    Does it have any advantages over doing Math.floor? Maybe it’s a bit
    faster? (pun not intended)

    http://jsperf.com/or-vs-floor/2 seems slightly faster

    Does it have any disadvantages? Maybe it doesn’t work in some cases?
    Clarity is an obvious one, since we had to figure it out, and well,
    I’m writting this question.

    • Will not pass jsLint.
    • 32-bit signed integers only
    • Odd Comparative behavior: Math.floor(NaN) === NaN, while (NaN | 0) === 0
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

A colleague of mine states that booleans as method arguments are not acceptable .
the other day a colleague of mine stated that using static classes can cause
The other day I saw a colleague of mine using sort to sort a
Some months ago, a colleague of mine installed ODAC 11.106.21 in a server using
A colleague of mine is looking for a method in System.IO that will do
A colleague of mine told me about a little piece of design he has
A colleague of mine advice me not to debug android applications instead using Logging
A former colleague of mine started a discussion half an hour ago about JavaBeans,
A colleague of mine is using a horrible source code editor that leaves strange
A colleague of mine agreed to using Subversion (SVN) for our little project, but

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.