Update README.md

This commit is contained in:
Valk Richard Li
2019-08-21 16:52:51 +08:00
committed by GitHub
parent ace7ad7dc0
commit 503df1f97c

View File

@@ -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...