pub fn free_cache()Expand description
No-op cache cleanup shim.
MPFR (via rug) allocates thread-local caches for constants like π that
must be freed explicitly. dashu-float has no such global caches, so
this function is intentionally a no-op provided for API compatibility.