%PDF- %PDF-
Direktori : /home/ugotscom/3vfm3/node_modules/bootstrap-vue/src/utils/ |
Current File : /home/ugotscom/3vfm3/node_modules/bootstrap-vue/src/utils/math.js |
// Math utilty functions export const mathMin = Math.min export const mathMax = Math.max export const mathAbs = Math.abs export const mathCeil = Math.ceil export const mathFloor = Math.floor export const mathPow = Math.pow export const mathRound = Math.round