Zulip Chat Archive

Stream: new members

Topic: Where is Float?


mars0i (Dec 03 2024 at 17:37):

Sometimes I look go looking for functions and types by using the menu of libraries at the left in the documentation. I couldn't find Float, and found it using the search function, but where is it? I don't see it in Init.Data or Lean.Data, which are two places I expected to find it. It's not in Mathlib.Data.

Edward van de Meent (Dec 03 2024 at 17:38):

docs#Float suggests it is in Init.Data

Edward van de Meent (Dec 03 2024 at 17:39):

(but in a subdirectory)

mars0i (Dec 05 2024 at 17:24):

Thanks. I had looked in Init.Data on the left side of the docs, but overlooked the Float entry. (I looked repeatedly; don't know how I missed it.)

Kyle Miller (Dec 05 2024 at 17:45):

Tip: the left side bar unfolds when you do a ctrl-f search.

mars0i (Dec 06 2024 at 01:56):

What browser do you use, @Kyle Miller? Sounds nice. MacOS Firefox doesn't do it.

Kyle Miller (Dec 06 2024 at 03:07):

Chrome


Last updated: May 02 2025 at 03:31 UTC