max
Returns max value from provided parameters
max(0.1, 0.2) → 0.2
max(0.1, 0.2)
→
0.2
Last updated 1 month ago