ElementMax
Generated from the engine's own definition: compute-engine's symbol, which we neither extend nor document by hand. No examples yet — the crosswalk is the reason it has a page.
Element-wise maximum: broadcasts scalars over collections (and zips collections), returning a collection; all-scalar arguments give a scalar. Variadic.
ElementMax(real | signed_infinity, (real | signed_infinity)+) -> real | signed_infinityas compute-engine declares it