anic17
anic17
PDProgram Dream
Created by keith on 10/7/2023 in #🔨┃dev-logs
CookieOS
if you feel like it sure go ahead
171 replies
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
10 digits at a time instead of just one
52 replies
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
we would have to truncate the decimals in groups of 10 at max to avoid overflows in that same algorithm
52 replies
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
@<Tim>
52 replies
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
but the same thing, multiplying the numerator until it is an integer, divide, truncate zeroes, add together
52 replies
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
this would only work for the division exceeding 2^31-1 due to properties of fractions
52 replies
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
and apply the algorithm I mentioned this would make it possible without losing precision no?
52 replies
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
and add them together at the end
52 replies
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
if we separate out the digits we're gonna truncate and do it separately
52 replies
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
but anyways returning to this
52 replies
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
I'm gonna fail linear algebra spectacularly
52 replies
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
ahhh I see what you mean
52 replies