issues
search
google
/
open-location-code
Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
https://plus.codes
Apache License 2.0
4.1k
stars
475
forks
source link
Use Math.pow instead of **
#342
Closed
drinckes
closed
5 years ago
drinckes
commented
5 years ago
339: IE still (still!) doesn't have the ** exponent operator in JavaScript, so change it to Math.pow.
Also enables PR comments for lint errors.
339: IE still (still!) doesn't have the ** exponent operator in JavaScript, so change it to Math.pow.
Also enables PR comments for lint errors.