]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/Math.pl
are they FIXMEs or not? ;-)
[infobot.git] / src / Modules / Math.pl
index 1e23177a79229a0e80587505984d55de08b588f5..b91f8fe64ff7d1f5bc8623b271cf5cfd8183dc2b 100644 (file)
@@ -78,7 +78,7 @@ sub perlMath {
     }
 
     for ($locMsg) {
-       s/\bpi\b/3.1415/g;
+       s/\bpi\b/3.14159265/g;
        s/ to the / ** /g;
        s/\btimes\b/\*/g;
        s/\bdiv(ided by)? /\/ /g;
@@ -118,7 +118,7 @@ sub perlMath {
            }
        } else {
            if (defined $locMsg) {
-               &DEBUG("math: locMsg => '$locMsg'... FIXME");
+               &FIXME("math: locMsg => '$locMsg'...");
            } else {
                &status("math: could not really compute.");
                $locMsg = "";