diff --git a/desktop/sources/scripts/library.js b/desktop/sources/scripts/library.js index 2f03568..bb1e396 100644 --- a/desktop/sources/scripts/library.js +++ b/desktop/sources/scripts/library.js @@ -226,7 +226,7 @@ function Library (ronin) { this.cos = Math.cos - this.ln = Math.log // caclulates on the base of e + this.log = Math.log // caclulates on the base of e this.pow = (a, b) => { // calculates a^b return Math.pow(a, b)