  asin
  Builtin Function



      SSyynnooppssiiss
        Compute the arc-sin.

      SSyynnttaaxx
        asin ( _A )

      DDeessccrriippttiioonn
        RLaB trigonometric functions are designed to take scalars, and
        matrices as arguments. The return value is the input argument
        with the trigonometric operation performed element by element.

        The trigonometric functions use the C language math library
        functions, so details about the ranges and error conditions can
        be found by examining the appropriate man pages on your system.















































