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

Include numerical calculations #33

Closed
dvd101x opened this issue Aug 4, 2023 · 1 comment
Closed

Include numerical calculations #33

dvd101x opened this issue Aug 4, 2023 · 1 comment
Labels

Comments

@dvd101x
Copy link

dvd101x commented Aug 4, 2023

Hi, just and Idea

What about a notation to do numerical calculations

# How to add numbers

To add two numbers like $ a + b $ you just add them like $ 2 + 2 $ equals $@ 2 + 2 @$

It can also work with other numbers
@@
a = 2;
b = 3;
@@
$$
\begin{align}
a &= @a@ \\
b &= @b@ \\
a + b &= @a+b@
\end{align}
$$

https://mathb.in/75890

Everything in between @ and @@ would evaluate numerically. Even if it is also in between $

It would evaluate and be similar to

How to add numbers

To add two numbers like $a + b$ you just add them like $2 + 2$ equals $4$

It can also work with other numbers

$$\begin{align} a &= 2 \\ b &= 3 \\ a + b &= 5 \end{align}$$

I've been working on something similar just as a reference https://dvd101x.github.io/math-notepad/

@dvd101x
Copy link
Author

dvd101x commented Aug 15, 2023

It might not be well suited for this project, just an idea. I will close this as it's not really an issue.

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

No branches or pull requests

2 participants