I would like to be able to specify the precision I would like floats returned to when I call unify.
So the call to unify would be something like:
unify("string in here", precision=4)
Precision should be optional and can default to whatever (currently is to 6 which works for me).