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
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
starting 7, and also 10, 13, 16 January
52 replies
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
Sure, if you truncate you'll lose precision
52 replies
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
The idea wouldn't be to cut/truncate numbers but rather to multiply the smaller ones
52 replies
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
After I finish my exams I could try giving it a go
52 replies
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
I know probably it's not going to be used much by people but fixing the division issue could be a fun problem to solve
52 replies
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
Right
52 replies
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
+ this would allow for the division of numbers that would be < 10^-10
52 replies
PDProgram Dream
Created by <Tim> on 1/5/2025 in #🔨┃dev-logs
Number.cmd
It's for sure a hacky solution but it's the best way I can think of
52 replies