Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Printing scientific notation is ambiguous #29

Open
tpgillam opened this issue Jan 15, 2024 · 0 comments
Open

Printing scientific notation is ambiguous #29

tpgillam opened this issue Jan 15, 2024 · 0 comments

Comments

@tpgillam
Copy link
Collaborator

When printing numbers that render with exponents, the display is a little confusing:

using SimpleGA
println(1234567.0 * GA30.e1)

gives

1.234567e6e1

We could consider using a symbol other than e for basis vectors. One option could be to use the bold unicode 𝐞 (\bfe<tab> in a Julia REPL).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant