You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
equations with any variables are automatically equaled to zero
single variable name to show its value if known
expression with question mark to check if its true
took-25
(took + -25)
sc-5
(sc + -5)
gaveEuroBack-10
(gaveEuroBack + -10)
gaveToKatty-25
(gaveToKatty + -25)
kattyPremium-20
(kattyPremium + -20)
return-10
(return + -10)
kattyNYpresent-(gaveToKatty-kattyPremium)
(-1gaveToKatty + kattyPremium + kattyNYpresent)
gave-(gaveToKatty+gaveEuroBack)
(-1gaveToKatty + -1gaveEuroBack + gave)
pending-(gave-took)
(-1gave + took + pending)
pending
pending =C:\Users\andre\skrypt\build_deps\openmind-src\omnn\math\Valuable.cpp:1908 Implement class omnn::math::PrincipalSurd::InCommonWith() for sqrt((-4*(kattyNYpresent^2) + -4*(gave^2) + 280gave + 40kattyNYpresent + -5000)) InCommonWith gave
Please, consider additional defining to the system to make this request
The text was updated successfully, but these errors were encountered:
ohhmm
added a commit
to ohhmm/openmind
that referenced
this issue
Dec 28, 2023
SKRYPT RULEZ:
Accepts three forms of input :
took-25
(took + -25)
sc-5
(sc + -5)
gaveEuroBack-10
(gaveEuroBack + -10)
gaveToKatty-25
(gaveToKatty + -25)
kattyPremium-20
(kattyPremium + -20)
return-10
(return + -10)
kattyNYpresent-(gaveToKatty-kattyPremium)
(-1gaveToKatty + kattyPremium + kattyNYpresent)
gave-(gaveToKatty+gaveEuroBack)
(-1gaveToKatty + -1gaveEuroBack + gave)
pending-(gave-took)
(-1gave + took + pending)
pending
pending =C:\Users\andre\skrypt\build_deps\openmind-src\omnn\math\Valuable.cpp:1908 Implement class omnn::math::PrincipalSurd::InCommonWith() for sqrt((-4*(kattyNYpresent^2) + -4*(gave^2) + 280gave + 40kattyNYpresent + -5000)) InCommonWith gave
Please, consider additional defining to the system to make this request
The text was updated successfully, but these errors were encountered: