I am trying to make a sigmoid which ranges from $-1$ to $1$.
I have found the formula $\dfrac{1}{1+e^{\, ‑x}}-0.5$ which creates a sigmoid between $-0.5$ and $0.5$
I need an equation that I can input $x$ and will get you the value for $y$
E.g. $y = x+5$