I have an input between 0 and 1, inclusive, which produces a linear result. I need to convert this to a hyperbola curve, where the result is also between 0 and 1, inclusive. This should produce a rapidly ascending value at first, then slowly increasing to 1 at the end.
I'm coding this in Swift, but really I am looking for the formula (or pointers) and I don't know where to start.