log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
jslab
comparison examples/maths/Inf.java @ 1:
5df24c91468d
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Oh my what a mess.
author
samer
date
Fri, 05 Apr 2019 16:26:00 +0100
parents
children
comparison
equal
deleted
inserted
replaced
0:bf79fb79ee13
1:5df24c91468d
1
import samer.core.*;
2
3
public class Inf {
4
public static void test() {
5
double x=Math.log(0);
6
int n=(int)x;
7
Shell.print("x="+x+", n="+n);
8
}
9
}