Name
Rt -- calculate root (V1.5)
Synopsis
result = Rt(x, y)
Function
This function calculates and returns the y root of value x.

Inputs
x
source value
y
root to calculate
Results
result
y root of x
Example
a = Rt(27, 3)
This returns 3.

Show TOC