num_exp: RPN calculator
[m6w6/ext-psi] / psi.d / stdlib.psi
index 6cf8e82b8da0bddfe36d31fc1c473593784786cd..35456410c10a274e22142b90082f92285906ffa4 100644 (file)
@@ -27,10 +27,3 @@ function psi\strtold(string $str, string &$end = null) : float {
        return to_float(strtold);
        set $end = to_string(*endptr);
 }
-
-extern double pow(double x, double y);
-function psi\pow2() : float {
-       let x = 1 | 2;
-       let y = 1 << 1;
-       return to_float(pow);
-}
\ No newline at end of file