Range mapper

Hi,

It would be nice to have a rangemapper function.

Like:

Rangemapper(sourcemin, sourcemax, destinationmin, destinationmax, sourcevalue)

Returns destinationvalue

Ex

Rm(-10,90,100,200,0) -> 110