What would you like to be added?
A way to obtain double-precision parameters about CelestialBody objects
Why is this needed?
Parameters in the CelestialBody class are represented internally in KSP via doubles, so I don't see why not to expose that level of precision via kRPC. For backwards-compatibility, new procedures could be added which do the same things as the existing parameters but returning double instead of float.