Post History
J, 4 unique, 4 char -:=_ How it works: -: results in half of what's on the right = results in signum of what's on the right _ is infinity
Answer
#5: Post edited
# J, 4 char- ```
- -:=_
- ```
- **How it works:**
- ```
- -: results in half of what's on the right
- = results in signum of what's on the right
- _ is infinity
- ```
- # J, 4 unique, 4 char
- ```
- -:=_
- ```
- **How it works:**
- ```
- -: results in half of what's on the right
- = results in signum of what's on the right
- _ is infinity
- ```
#4: Post edited
- # J, 4 char
- ```
- -:=_
- ```
- **How it works:**
- ```
- -: results in half of what's on the right
= results in signum or what's on the right- _ is infinity
- ```
- # J, 4 char
- ```
- -:=_
- ```
- **How it works:**
- ```
- -: results in half of what's on the right
- = results in signum of what's on the right
- _ is infinity
- ```