I am a Python beginner, and I have the following problem: I have a set of values between 0 and 1, and I want to implement a nonlinear function that outputs values between 0 and 100 as follows:
(Sorry for the lack of mathematical description of this function, I'm not sure how it's called - the curve is essentially a quarter of a circle)
I feel like this should be very straightforward, but I'm at a loss about how to proceed.
Many thanks in advance!