Mercurial > hg > jslab
view examples/maths/Inf.java @ 1:5df24c91468d
Oh my what a mess.
author | samer |
---|---|
date | Fri, 05 Apr 2019 16:26:00 +0100 |
parents | |
children |
line wrap: on
line source
import samer.core.*; public class Inf { public static void test() { double x=Math.log(0); int n=(int)x; Shell.print("x="+x+", n="+n); } }