I’m looking for a programmable calculator with the option of saving and loading the functions i created. the closest I’ve found so far is something like Free42 but the learning curve is kinda steep. thanks for your help!

    • @[email protected]OP
      link
      fedilink
      English
      21 year ago

      termux the emulator? well, bc/dc could be included. I’m wondering how comfortable typing via a smartphone touchscreen is. I’ll give it a try. thanks!

      • @[email protected]
        link
        fedilink
        English
        31 year ago

        there is for sure no nice UI/ input method. but if you use e.g. hackers keyboard it would basically just be a small learning curve typing the syntax.

        but it outweighs the pros to create e.g. python scripts and bind them together and do what you want.

  • @Poggers
    link
    English
    21 year ago

    Numworks has a free app that supports python, if that’s sort of what you’re hoping for? I will say that I don’t know if it clears the program memory between one use and the next.

    • @[email protected]OP
      link
      fedilink
      English
      31 year ago

      great tip, thank you. this is definitely the right direction. but apparently saving between sessions is not really possible. most people seem to edit their scripts using an external editor and paste them for execution. unsure whether this works in the long run. anyways thanks again

    • Eleu8erios
      link
      English
      2
      edit-2
      1 year ago

      Few days back, I came by an excellent app called CalcES.

  • @[email protected]OP
    link
    fedilink
    English
    11 year ago

    As a follow up: just found ebtcalc on PlayStore which allows defining, storing, and calling custom functions in JavaScript. very nice (not the interface, though)