Convert numbers from one positional notation to
another. Either base can be a
non-integer, such as pi
or e
.
Built with Leptos.
I read that base-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.
This site uses Rust nightly
and requires that you've installed the wasm
compilation target for
your toolchain. See getting started with
Leptos.
If you don't have Rust nightly, you can install it with
rustup toolchain install nightly --allow-downgrade
You can add the wasm
compilation target to rust using
rustup target add wasm32-unknown-unknown
Then clone the project
git clone https://github.com/spejamchr/chbsrs.git
To run the app use Trunk:
trunk serve --port 3000 --open
All pushes to main
are automatically deployed by GitHub Actions.