Good calculator, but how to get 1/x or nth-root of x?

Issue #895 new
Former user created an issue

in many other good apps I can get this, like reciprocal value with ONE click. Is this possible in Speedcrunch too?

Bye Stephan

Comments (2)

  1. Helder Correia repo owner

    Not with one click, no. You need to write:

    2^(1/2)
    = 1,4142135623730950488
    
    sqrt(2)
    = 1,4142135623730950488
    
  2. Log in to comment