Skip to content

Commit

Permalink
add math.sqrt utility
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Sep 17, 2019
1 parent 4c45b52 commit e823230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions math.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const round = Math.round
export const log10 = Math.log10
export const log2 = Math.log2
export const log = Math.log
export const sqrt = Math.sqrt

/**
* @function
Expand Down

0 comments on commit e823230

Please sign in to comment.