UNPKG

theorem.js

Version:

A Math library for computation in JavaScript

5 lines (4 loc) 85 B
max() { const sorted = this.sort(...arguments); return sorted[sorted.length - 1] }