The solmate `sqrt` is good for inputs in WAD `1E18` units. The output value has precision of `1E9`. We need a `sqrt` that can take an input in at least `1E27` units and output higher precision than `1E9`.