Skip to main content

Timeline for C++ Binary Mathematics Class

Current License: CC BY-SA 4.0

10 events
when toggle format what by license comment
Apr 12, 2023 at 16:32 vote accept StormCrow
Apr 12, 2023 at 16:15 comment added Davislor But a nearby library ought to have a copy.
Apr 12, 2023 at 16:13 comment added Davislor Yep, Donald Knuth invented his own imaginary machine language to write all his algorithms in. (One that looks much more like the computers of the ’70s than today.) He talks in the introduction about why he did it that way. There’s definitely a niche for demo code in C++.
Apr 12, 2023 at 12:59 comment added StormCrow @Davislor, I tried getting a copy of that, but the cost at the time was too much. What I was able to find was all written in assembly, which was really hard to comprehend. Found the same thing with a book by Paul Zimmerman. In that instance it was I just couldn't read the math or the sudo code. That was why I started working on this. I wanted to make a library, which while not the fastest, would be readable and understandable by any student, regardless of skill level.
Apr 12, 2023 at 6:13 history edited Mat CC BY-SA 4.0
edited title
Apr 11, 2023 at 23:11 history became hot network question
Apr 11, 2023 at 22:57 comment added Davislor Great first question! Would also recommend section 4.3 (Multiple-Precision Arithmetic) of Knuth’s The Art of Computer Programming, vol. 2: Seminumerical Algorithims.
Apr 11, 2023 at 17:49 answer added Davislor timeline score: 5
Apr 11, 2023 at 15:14 history edited Sᴀᴍ Onᴇᴌᴀ CC BY-SA 4.0
add new line at end so fence won't be displayed with code- see https://codereview.meta.stackexchange.com/q/9148/120114
Apr 11, 2023 at 15:11 history asked StormCrow CC BY-SA 4.0