We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
e
𝐞
\bfe<tab>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When printing numbers that render with exponents, the display is a little confusing:
gives
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).The text was updated successfully, but these errors were encountered: