LBPHacker
LBPHacker
654 / 14
7th Jul 2018
2nd Apr 2022
I made a computer again. It can do a lot of stuff the previous one couldn't and still can't do a lot of stuff I'd like it to be able to do. It definitely can solve quadratic equations. Check the relevant forum thread too. And try tpt.setfpscap(2)!
technology computer magic electronics 16bit processor programmable subframe rt2812a r216

Comments

  • LBPHacker
    LBPHacker
    7th Apr 2022
    See my comments below.
  • SpeedyGwen
    SpeedyGwen
    6th Apr 2022
    I see that it got updated recently, whats new ?
  • dummy555
    dummy555
    3rd Apr 2022
    This is amazing. Probably the best thing i've ever seen on Powder Toy. +1
  • Venurlin
    Venurlin
    3rd Apr 2022
    You've won PowderToy +1
  • NeptuneOfficial
    NeptuneOfficial
    2nd Apr 2022
    Oops. Well thanks!
  • LBPHacker
    LBPHacker
    2nd Apr 2022
    Alright, it now handles all zeroes input correctly.
  • LBPHacker
    LBPHacker
    2nd Apr 2022
    And no, it doesn't actually support hexadecimal values. If you give it 0x..., it sees the x and bails, and interprets the entire thing as 0.
  • LBPHacker
    LBPHacker
    2nd Apr 2022
    Oh yeah I guess it doesn't handle the all zeroes case. I should fix that.
  • NeptuneOfficial
    NeptuneOfficial
    2nd Apr 2022
    Nevermind the last question, just found the answer, and its very complicated. Maybe I'll try it later :)
  • NeptuneOfficial
    NeptuneOfficial
    2nd Apr 2022
    Super cool computer! 2 little things I found: the computer accepts hexadecimal values, and if you put in all 0s for the quadratic solver it says no solutions. Also, is there a way to write your own program for it?