Open pratik-dhende opened 4 years ago
Can I work on this???
@pratik-dhende do you want to work on it? If not, I'll assign it to @Tejasborde2607
@tejasmorkar I want to work on this
@tejasmorkar Please assign this task to me because as of now I don't think anyone is working on this .
@pratik-dhende has opened the issue and wants to work on this so I'll assign this one to him 👍
Todo
Create a file for the MapValueToRange calculator function
This function will take a value within a certain range and map it to the value of other range.
Example
2 falls in the middle of 1 and 3, but what will be its value if we change the range to 0 and 1, then it will map to 0.5 in this range. MapValueToRange(original_value, original_min, original_max, new_min, new_max)
I would like to work on this function.
Important
Guidelines for adding new functions are clearly mentioned in the contributing guidelines.
Screenshots of the output needs to be added along with the PRs for quicker merges.
If any queries, discuss it in the issue thread.