simlogo1

 

 

 

SimQuest 6.4 help

 

 

SquareRoot

 

When applied to a number or an array of numbers, SquareRoot produces the square root of the number or an array each element of which is the square root of the corresponding element of the input array, respectively.
It has two variables: X and sqrtX.

 

Structure (for scalars):

       X becomes square-root-of(X) (=sqrtX)

 

Examples:

       9 becomes 3

       64 becomes 8

       (9, 64) becomes (3, 8)

 

 

 

Related topics:

 

 

 

Copyright University of Twente 2011