Returns the maximum out of data without pre-filtering for speed.
data
For most uses, max should suffice.
import { Numbers } from 'https://unpkg.com/ixfx/dist/numbers.js';Numbers.maxFast([ 10, 0, 4 ]); // 10 Copy
import { Numbers } from 'https://unpkg.com/ixfx/dist/numbers.js';Numbers.maxFast([ 10, 0, 4 ]); // 10
Maximum
Returns the maximum out of
data
without pre-filtering for speed.For most uses, max should suffice.