{ "name": "Max", "module": [ "binary" ], "impl_path": "euphony_dsp::binary", "id": 57, "inputs": [ { "name": "rhs", "id": 0, "trigger": false, "default": 0.0 }, { "name": "lhs", "id": 1, "trigger": false, "default": 0.0 } ], "buffers": [], "docs": " Returns the maximum of the two numbers.\n\n Follows the IEEE-754 2008 semantics for maxNum, except for handling of signaling `NAN`s. This\n matches the behavior of libm’s fmax.\n" }