pub fn sqrt(x: Field) -> Option<Field>
Returns Option::some(sqrt) if there is a square root, and Option::none() if there isn't.
Returns Option::some(sqrt) if there is a square root, and Option::none() if there isn't.