https://github.com/cimplesid/operatorz
A new Operator z
https://github.com/cimplesid/operatorz
Last synced: 4 months ago
JSON representation
A new Operator z
- Host: GitHub
- URL: https://github.com/cimplesid/operatorz
- Owner: cimplesid
- Created: 2019-08-22T07:05:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T07:43:20.000Z (almost 7 years ago)
- Last Synced: 2025-04-19T07:50:50.708Z (about 1 year ago)
- Language: HTML
- Homepage: http://operatorz.surge.sh/
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Operator z
A new operator concept by me this operator is not an independent operator but relies on the two operators i.e. ``` + ``` and ``` * ``` .
## Working
```
//if a=b
a z b = a*b
//if a!=b
a z b = a+b
```
USECASE
* Random number generation
* add more if you figured it out ....