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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

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