home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / SQRT.KEY < prev    next >
Text File  |  1993-11-07  |  309b  |  7 lines

  1. * sqrt                                                internal
  2. sqrt(x) is the square root function of x. It is the same as x^0.5.
  3. It only gives the principal value (P.V.) (sign(sqrt(x)) >= 0).
  4. root(x,2) gives all branch of square root.
  5. See also: root, ^.
  6. e.g. sqrt(4) gives 2, num(sqrt(2*i)) gives 1+i.
  7.