[][src]Function sauron::prelude::js_sys::Math::max

pub fn max(x: f64, y: f64) -> f64

The Math.max() function returns the largest of two numbers.

MDN documentation