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 c40ddb5 commit 7a3172bCopy full SHA for 7a3172b
scripts/JSRoot.math.js
@@ -327,7 +327,7 @@ JSROOT.define([], () => {
327
mth.igami = function(a, y0) {
328
// check the domain
329
if (a <= 0) {
330
- alert("igami : Wrong domain for parameter a (must be > 0)");
+ console.error("igami : Wrong domain for parameter a (must be > 0)");
331
return 0;
332
}
333
if (y0 <= 0) {
0 commit comments