An open API service indexing awesome lists of open source software.

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

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


Try it here

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