UNPKG

theorem.js

Version:

A Math library for computation in JavaScript

5 lines (4 loc) 69 B
min() { const sorted = this.sort(...arguments); return sorted[0] }