Point taken but the one I use is only ~200k for the whole package, ~11k for the actual file that gets loaded
- 0 Posts
- 4 Comments
Joined 1 year ago
Cake day: June 19th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
It’s because
+
is two different operators and overloads based on the type to the left, while-
is only a numeric operator and coerces left and right operands to numeric. But frankly if you’re still using+
for math or string concatenation in 2025, you’re doing it wrong.
No, they just need their votes.
The native arithmetic operators are prone to floating point rounding errors