diff --git a/README.md b/README.md index 5a36990..1917f7b 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,13 @@ recognize all these things... e=e(e,e,e); return e; } + e+=e; + e-=e; + e*=e; + e/=e; + e~=e; + e+=(e-e)*(e+(e/e)); + # The structure of basical elements is...