what would you call the inverse of lerp i.e. alpha = (n - low) / (high - low) ?
@aeva i vote for map or remap for both the forward and inverse operations, as in map(x, domain_low, domain_high, codomain_low, codomain_high), with maybe shorthands for map_to_01 and map_from_01