Question: formula when n is negative it's 1 and positive is zero - without using if

Trying to find a formula such that when n is negative the value is +1 and when n is positive the value is 0, without using an if statement. 

Please Wait...