We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6337a3d commit 0804b91Copy full SHA for 0804b91
modules/hist/TF1Painter.mjs
@@ -51,6 +51,7 @@ function proivdeEvalPar(obj) {
51
.replace(/\b(cos)\b/gi, 'Math.cos')
52
.replace(/\b(tan)\b/gi, 'Math.tan')
53
.replace(/\b(exp)\b/gi, 'Math.exp')
54
+ .replace(/\b(log)\b/gi, 'Math.log')
55
.replace(/\b(log10)\b/gi, 'Math.log10')
56
.replace(/\b(pow)\b/gi, 'Math.pow')
57
.replace(/pi/g, 'Math.PI');
0 commit comments