Square Root Each Entry

sv = fao:sqrt()

Update each entry so that fao[idx] = sqrt(fao[idx])

Returns Type Description
sv number Sum of all updated entries.
Warning

Modifies the values in the array.