Giter VIP home page Giter VIP logo

Comments (19)

ruedi-gallati avatar ruedi-gallati commented on May 18, 2024 7

Unable to work with unsigned BYTE: FFH is shown as -1
I expect this to be a very basic function to work with unsigned data types
Not suporting unsigned data types, makes this calculator in PROGRAMMER mode unusable

from calculator.

robambalu avatar robambalu commented on May 18, 2024 4

Just came here to say its really unfortunate this hasnt been fixed in the past 3 years. I agree it is a serious issue and makes this extremely valuable tool unusable in many situations

from calculator.

eveready1010 avatar eveready1010 commented on May 18, 2024 2

2021_01_23_18_34_50_Calculator
See the 2 possible locations for placement of Signed/Unsigned toggle in the attached image.
The current Signed/Unsigned setting should be displayed on the toggle as "Signed" or "Unsigned".
Also, if current value is greater (less than) than signed maximum (minimum), then the toggle should be disabled. Once the value is within signed limits, the toggle should re-enable.

from calculator.

bp9112001 avatar bp9112001 commented on May 18, 2024 2

This looks like a 2 days project for a small size startup, maybe two months for a mid size company, and now almost already 5 years for MSFT, and ongoing ...

from calculator.

nlar07400 avatar nlar07400 commented on May 18, 2024 1

Any update on that?

from calculator.

MicrosoftIssueBot avatar MicrosoftIssueBot commented on May 18, 2024

This is your friendly Microsoft Issue Bot. I created this issue automatically as requested by a team member.

from calculator.

 avatar commented on May 18, 2024

This pitch looks like it has everything it needs for review. In the meantime, we'll keep this idea open for discussion so the community has the chance to provide feedback. Check out our New Feedback Process for more info on the user-centered process we follow for new feature development.

from calculator.

 avatar commented on May 18, 2024

We reviewed the pitch and would love to explore this idea further! The pitch is a great start, but there are still some open questions. I am moving this issue into planning to iron out some of those details and I created calculator-specs/unsignedInput to track progress. A human will follow up with some feedback on your pitch shortly. Keep in mind that not all ideas that make it into the planning phase are guaranteed to make it to release. For more information on next steps, check out our spec workflow.

from calculator.

eveready1010 avatar eveready1010 commented on May 18, 2024

Then disable the "sign" button if the value is above the max threshold.

from calculator.

ayende avatar ayende commented on May 18, 2024

Having unsigned would make things a lot better, yes.

from calculator.

phuclv90 avatar phuclv90 commented on May 18, 2024

Having 64-bit unsigned support in calculator would be great. However in the mean time you can use powershell which supports [bigint] for arbitrary-precision numbers and[ulong] which is uint64_t. See Windows calculator for programmers

from calculator.

phuclv90 avatar phuclv90 commented on May 18, 2024

Unable to work with unsigned BYTE: FFH is shown as -1 I expect this to be a very basic function to work with unsigned data types Not suporting unsigned data types, makes this calculator in PROGRAMMER mode unusable

You can simply choose any types larger than the desired type in calculator to do unsigned operations. For example for unsigned bytes then WORD, DWORD and QWORD all work. In case you get signed number due to sign extension simply mask out the high bytes to get the unsigned value. This only fails with unsigned QWORD where you have to use powershell currently. That said, powershell is far more useful for programmers than calculator

from calculator.

ayende avatar ayende commented on May 18, 2024

I'm usually working with uint64, so that is a really bad limitation.

from calculator.

 avatar commented on May 18, 2024

DWORD is unsigned in Visual Studio C++, so I think "DWORD" (at least) should be changed to "LONG", while it is signed in the calculator.

from calculator.

wwdok avatar wwdok commented on May 18, 2024

Is this not supported yet ?

from calculator.

 avatar commented on May 18, 2024

from calculator.

cbrngrz avatar cbrngrz commented on May 18, 2024

Looks like 64 bit unsigned ints are still not supported; would be really great if they would be and wanted to +1 this feature.

from calculator.

denimjeans avatar denimjeans commented on May 18, 2024

MICROSOFT PLEASE READ: everyone above is asking - as me now - the same. Please enable the stock programmers calculator to work with signed + UNsigned 64bit numbers. This is a very basic function. It was also provided where you can implement it. If you are ignoring peoples suggestions for about 5 years, why are you offering the possibilty to provide suggestions at all?

from calculator.

JerrickRowe avatar JerrickRowe commented on May 18, 2024

It's 2024 now. Please Microsoft! Add uint64 feature to the calculator.

from calculator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.