X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=psi.d%2Fstdlib.psi;fp=psi.d%2Fstdlib.psi;h=35456410c10a274e22142b90082f92285906ffa4;hp=6cf8e82b8da0bddfe36d31fc1c473593784786cd;hb=3b0b651ea1b555d8d023e45b43e5eb93b23d00a1;hpb=7df12c88a4e14611a2585d6e7c994c59e8d7485a diff --git a/psi.d/stdlib.psi b/psi.d/stdlib.psi index 6cf8e82..3545641 100644 --- a/psi.d/stdlib.psi +++ b/psi.d/stdlib.psi @@ -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