I want to write a normalization function that will take a signed integer and normalize it to a double between -1 to +1. Is there a special name for this type of function, or is Normalize()
what people normally call it?
Also, is there a native iPhone function that does this?