%: y (Square Root)

Back to: Vocabulary

The Square Root of numeric noun: y .

   *: 49
7

The following is an animation for the Square Root monadic verb that might be useful to those new to J

Embedded application/x-shockwave-flash

Common uses

Can lead to neater tacit expressions.

See Also


x %: y (Root)

Back to: Vocabulary

The x-th root of numeric noun: y .

   2 %: 49     NB. square-root
7
   3 %: 49     NB. cube-root
3.65931

Common uses

Can lead to neater tacit expressions.

See Also


CategoryVoc

Vocabulary/percentco (last edited 2011-12-21 03:39:46 by IanClark)