Wraps a value within a range using modulo. Takes value (value to wrap), min (minimum bound), max (maximum bound). Returns the value wrapped into the range [min, max) using modulo arithmetic.
value
Double
min
Double
max
Double
; No example implemented yet