expikr

Results 63 issues of expikr

wip, closes #20080 Considerations: - ~~special cases for subnormal numbers~~ (answer: go by number of steps, excluding zero. Two's compliment also makes -0.0==0.0) - ~~which epsilon to use for numbers...

### Description Not a bug per se, but rather a minor cosmetic UX quirk. Upon the event of user clicking a formatted field, it should clear its formatting while keeping...

bug
devtoys-v1.x

I’m completely unfamiliar with MacOS and SDL’s support goals for it, but more recent versions of MacOS has [GCMouseInput](https://developer.apple.com/documentation/gamecontroller/gcmouseinput) that provides raw deltas instead of accelerated motion. Does SDL use...

See https://github.com/love2d/love/issues/2031#issuecomment-1981952827

waiting

Proof of concept for #7674. Other platforms can be implemented on a rolling basis but shouldn't be a blocker for merge.

If you have a CJK language active then the corresponding keypressed/keyreleased events are not triggered. It's the same kind of problem that Minecraft has (which uses glfw), so it might...

library dependency
Windows

Closes https://github.com/ziglang/zig/issues/19207 This decouples the `math.complex` namespace away from a centralized type definition, instead providing a bring-your-own-type collection of utility functions with no dependency on the specific types' declarations. The...

While reworking `hypot` I spotted [an error](https://github.com/ziglang/zig/commit/4c16f9a3c35b23b9917f2a27b91ba8cd20e6fd82#r140390585) in the auto-translated code deviating from the original behaviour due to function argument mutability, causing the function to produce completely nonsensical answers triggered...

standard library

@tiehuis Also copied over the straight changes to ldexp, exp, and sinh so as to not conflict due to change in the inner impl signatures.