Closed
Description
Documentation issue
- Reporting a typo
- Reporting a documentation bug
- Documentation improvement
- Documentation feedback
Is there a specific documentation page you are reporting?
Additional context or description
Thank you for creating this wonderful repo 🎉.
I don't know is this usage whether a team choice or not but i just couldn't find a good reasonable explanation of why using like this:
import { mathMin } from 'math.js';
mathMin(value1, value2);
Instead of this:
Math.min(value1, value2);
If can anyone tell me the reason is i will be very appreciated.
Metadata
Metadata
Assignees
Labels
No labels