Specifications
Section 10. CRBASIC Programming Instructions
10-23
StdDevSpa
Used to find the standard deviation of an array.
Syntax
StdDevSpa(Dest, Swath, Source)
SortSpa
Sorts the elements of an array in ascending order.
Syntax
SortSpa (Dest, Swath, Source)
MaxSpa
Finds the maximum value in an array.
Syntax
MaxSpa(Dest, Swath, Source)
MinSpa
Finds the minimum value in an array.
Syntax
MinSpa (Dest, Swath, Source)
RMSSpa
Computes the RMS (root mean square) value of an array.
Syntax
RMSSpa (Dest, Swath, Source)
10.6.7 Other Functions
AddPrecise
Used in conjunction with MovePrecise, allows high precision totalizing of
variables or manipulation of high precision variables.
Syntax
AddPrecise (PrecisionVariable, X)
AvgRun
Stores a running average of a measurement.
Syntax
AvgRun (Dest, Reps, Source, Number)
Randomize
Initializes the random-number generator.
Syntax
Randomize (source)
RND
Generates a random number.
Syntax
RND (source)