diff --git a/README.md b/README.md index bf32ce9..26ef0b0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ - - - - Representing 123.45 as a base-pi number: 10220.00012120... - +
+ + + + Representing 123.45 as a base-pi number: 10220.00012120... + +
# ChangeBase @@ -14,7 +16,7 @@ Built with [Leptos](https://github.com/leptos-rs/leptos). ## Why? -I read that [Base-`e`](https://en.wikipedia.org/wiki/Non-integer_base_of_numeration#Base_e) has the +I read that [base-`e`](https://en.wikipedia.org/wiki/Non-integer_base_of_numeration#Base_e) has the lowest [radix economy](https://en.wikipedia.org/wiki/Radix_economy#e_has_the_lowest_radix_economy), and I wanted to see what numbers would look like in base-`e`. Also, I wanted to try out Leptos.