Recently, I saw a math equation on GameDev.SE with $\|$ in it, and I was confused because this was new to me. I googled it, but being a symbol, nothing specifically on it came up in my results.
The equation is supposed to find if a circle completely contains another circle; the equation looks like this: $$d<\|r-s\|$$ in which $d$ is the distance between the two circles, and $r$ and $s$ are the two circle's radii.
I'm using this in a Fortnite simulator as I am trying to find if a player is outside of the storm circle to test if they are in the actual storm and should take damage.