Pi for Pi Day. - Printable Version +- Forums - Open Redstone Engineers (https://forum.openredstone.org) +-- Forum: ORE General (https://forum.openredstone.org/forum-39.html) +--- Forum: Projects & Inventions (https://forum.openredstone.org/forum-19.html) +---- Forum: In Progress (https://forum.openredstone.org/forum-20.html) +---- Thread: Pi for Pi Day. (/thread-11854.html) |
Pi for Pi Day. - Chibill - 02-25-2017 TheI will be making a machine to calculate Pi for Pi a Day. It will use 16 but fixed point numbers. With the fixed point having 2 bit slow for the int and the other 14 for the decimal. I will be using Integer Divsion to divide any numbers that need dividing. And for the calculation I will use one of the formulas here. http://mathworld.wolfram.com/PiFormulas.html More info to come. RE: Pi for Pi Day. - Aerodynamic Brick - 02-25-2017 (02-25-2017, 10:44 PM)Chibill Wrote: TheI will be making a machine to calculate Pi for Pi a Day. NICE! can't wait! RE: Pi for Pi Day. - Phase - 02-25-2017 Monte Carlo or it didn't happen. RE: Pi for Pi Day. - LambdaPI - 02-26-2017 I celebrate PI day every day using my name. RE: Pi for Pi Day. - Nickster258 - 02-26-2017 (02-26-2017, 05:53 PM)LambdaPI Wrote: I celebrate PI day every day using my name. Don't be irrational. RE: Pi for Pi Day. - Chibill - 02-26-2017 (02-26-2017, 07:03 PM)Nickster258 Wrote:(02-26-2017, 05:53 PM)LambdaPI Wrote: I celebrate PI day every day using my name. Lol. As a progress update I have accqired a 16 bit adder / subtractor. Going to be buildings a divided next. RE: Pi for Pi Day. - Chibill - 03-02-2017 The divider I will be making will use https://en.wikipedia.org/wiki/Division_algorithm#Integer_division_.28unsigned.29_with_remainder RE: Pi for Pi Day. - Chibill - 03-08-2017 My divider is almost time. And I am starting to run out of time. But oh well. RE: Pi for Pi Day. - Chibill - 03-14-2017 The time has come. Need to really build alot tomarrow RE: Pi for Pi Day. - LordDecapo - 03-14-2017 Happy pi day RE: Pi for Pi Day. - Chibill - 03-14-2017 Rip my pi calc RE: Pi for Pi Day. - LambdaPI - 03-16-2017 Rip RE: Pi for Pi Day. - Chibill - 03-16-2017 I failed to get my 16 bit divider done. RE: Pi for Pi Day. - Laythe - 03-17-2017 (03-16-2017, 05:12 AM)Chibill Wrote: I failed to get my 16 bit divider done. Aww, that sucks. I wish I'd payed attention to this and helped out, I'm working on some 64 bit divider architecture which would have scaled down quite nicely :/ RE: Pi for Pi Day. - Chibill - 03-17-2017 Mine was mostly the control logic that as funky.... |