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

sig_float: Overline with addition/subtraction #43

Open
steph1111 opened this issue Jul 31, 2023 · 1 comment
Open

sig_float: Overline with addition/subtraction #43

steph1111 opened this issue Jul 31, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@steph1111
Copy link
Owner

As cisco how this should work

num1 = sig_float("55")
num2 = sig_float("55")
num3 = sig_float("1.0")
num4 = sig_float("1.0")
print(RED + f"3) {num1} * {num2} * {num3} + {num4} = {num1 * num2 * num3 + num4}" + GREEN) # Should be overlined
12) 55  * 55  * 1.0  + 1.0  = 3000 

Originally posted by @steph1111 in #27 (comment)

@steph1111 steph1111 added the bug Something isn't working label Jul 31, 2023
@steph1111
Copy link
Owner Author

This suddenly resolved itself without writing code for it??? Needs further testing

4) 55 * 55 * 1.0 + 1.0 = 3\bar{0}00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant