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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:43:40+00:00 2026-06-13T04:43:40+00:00

In JavaScript 215 ^ 150 = 65 But when i try Math.POW(215, 150) in

  • 0

In JavaScript

215 ^ 150 = 65 

But when i try Math.POW(215, 150) in C# I am getting Infinite

Why it is not 65 ? How should I get 65 in C# ?

  • 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-13T04:43:41+00:00Added an answer on June 13, 2026 at 4:43 am

    You are forgetting that the ^ operator is not a to-the power-of operator, but rather a bitwise XOR.

    11010111 (215)
    10010110 (150)  XOR
    --------
    01000001 (65)
    

    215 to the power of 150 is obscenely large, hence the Infinite.

    If you wanted the 65, then use 215 ^ 150. However, if you wanted the 215 to the power of 150, then you’re going to need to use a much bigger number variable type that Math.POW(x,y) can support. I’m not even sure if the BigInteger library can handle an operation of that magnitude, but it’s worth a try if that is what you are after.

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

Sidebar

Related Questions

javascript code shows error in Internet Explorer but not in FF. $(document).ready(function(){ var countries
JavaScript/JQuery var arr=[]; $('.element').each(function(i) { arr.push({id:i,value:$(this).attr('data-value')}); }); $.get('/json.php?arr='+arr,function(result) { alert(result); }); PHP <?php $j
javascript with> var customer=document.getElementById('custList').value; and that works... Why does it work BUT... var customer=(form1.custList.value);
JavaScript's index is 32 bit, so it seems that the array index should be
Javascript's parseInt function does not seem to completely work. parseInt(01) returns 1 parseInt(02) returns
JavaScript: .replace(/_/g, ); I have it in my code but can't remember why or
I need to create one array in javascript like this. It should contain current
Javascript/JQuery noob here, so apologies. I'm using .ajax to get a JSON object then
Initial javascript to get a string/array: <script type=text/javascript> $(document).ready(function() { $(#table).tableDnD({ onDrop: function(table, row){
JavaScript code I'm starting with: function doSomething(url) { $.ajax({ type: GET, url: url, dataType:

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.