This website requires JavaScript.
Explore
Help
Sign In
meetups
/
hmc-guide
Watch
3
Star
0
Fork
You've already forked hmc-guide
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
hmc-guide
/
themes
/
hugo-mod-jslibs-dist
/
popperjs
/
package
/
lib
/
utils
/
math.js.flow
5 lines
100 B
Plaintext
Raw
Permalink
Blame
History
// @flow
export const max = Math.max;
export const min = Math.min;
export const round = Math.round;
Reference in New Issue
View Git Blame
Copy Permalink