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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T14:14:50+00:00 2026-05-30T14:14:50+00:00

I am trying to implement the range reduction operation for trigonometry. But instead I

  • 0

I am trying to implement the range reduction operation for trigonometry. But instead I think it might be better to just perform a modulo pi/2 operation on incoming data. I was wondering what algorithms exist and are efficient for this operation for 32-bit IEEE 754 floating-point?

I have to implement this in assembly, so fmod, division, multiplication, etc. aren’t available to me with just one instruction. My processor uses 16-bit words and I have implemented 32-bit floating point addition, subtraction, multiplication, division, square root, cosine, and sine. I just need range reduction (modulus) for inputting values to cosine and sine.

  • 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-30T14:14:52+00:00Added an answer on May 30, 2026 at 2:14 pm

    I think standard library’s fmod() will be the best choice in most cases. Here’s a link to a discussion of several simple algorithms.

    On my machine, fmod() uses optimized inline assembly code (/usr/include/bits/mathinline.h):

    #if defined __FAST_MATH__ && !__GNUC_PREREQ (3, 5)
    __inline_mathcodeNP2 (fmod, __x, __y, \
      register long double __value;                           \
      __asm __volatile__                                  \
        ("1:    fprem\n\t"                            \
         "fnstsw    %%ax\n\t"                             \
         "sahf\n\t"                                   \
         "jp    1b"                               \
         : "=t" (__value) : "0" (__x), "u" (__y) : "ax", "cc");           \
      return __value)
    #endif
    

    So it actually uses a dedicated CPU instruction (fprem) for the calculation.

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

Sidebar

Related Questions

I am trying implement an alphabetical range to perform a query in Solr 3.3.
I am trying to implement range reduction as the first step of implementing the
I am trying to implement a 3D DFT but I am running into some
I am trying to implement elementwise multiply with pyopencl, but when I read the
I'm trying to implement my own range in D, and I'm having trouble with
I am trying to implement download resuming functionality by using setValue:forHTTPHeaderField. But whenever I
I am trying to implement a character counter for a UITextView, but have found
Trying to implement Piwik using REST API over http but need a little help.
All I am currently trying implement something along the lines of dim l_stuff as
trying to implement a dialog-box style behaviour using a separate div section with all

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.