Zulip Chat Archive
Stream: Is there code for X?
Topic: Decimal expansion
Yaël Dillies (Sep 20 2021 at 17:45):
Is there some API for expansion of reals in base b? In particular, I'm interested in the period of the digits.
Kevin Buzzard (Sep 20 2021 at 17:52):
Wasn't someone on the discord asking about this? I remember that (for recreational maths reasons) @Calle Sönne was working on this at some point, but this was a long time ago (last summer?) The branch is digits
and we made what was in retrospect a mistake of trying to work with general floor_rings and ended up being sucked into questions about when decimal expansions converged (e.g. when the floor rings have infintesimals it can get a bit complicated). I now thing that one should just develop the theory for -- I had thought "well we want too right?" but of course one can just coerce.
Yaël Dillies (Sep 20 2021 at 18:19):
Yeah I remember that. And nobody made it to mathlib, right?
Kevin Buzzard (Jul 18 2023 at 09:15):
That was my recollection. Has there been any movement on this? I have an UG who needs them.
Yaël Dillies (Jul 18 2023 at 09:19):
You developed some API for LTE, right? Where is that gone?
Yaël Dillies (Jul 18 2023 at 09:36):
You developed some API for LTE, right? Where is that gone?
Eric Wieser (Jul 18 2023 at 09:39):
I had a PR for mathlib3 that I didn't both reviving
Last updated: Dec 20 2023 at 11:08 UTC