All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test_files.runtime.FunctionSequence.Aggregate.AggregateMax1.jq Maven / Gradle / Ivy

(:JIQS: ShouldRun; Output="(4, 4.0, 4.0, 4.0, 4, 4.0, 300.0, 5)" :)
max((2, 4)),
max((2, 4.0)),
max((2, 4e+0)),
max((2e+0, 4.0)),
max((2.0, 4)),
max((2, 4.0, 3e+0)),
max((2, 4.0, 3e+2)),
max((2, 3, (4, 5))),
max(())

(: different numeric types :)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy