log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
Game
>
Cerium
annotate example/Miller_Rabin/Func.h @ 1242:
9d37fa6bc1da
draft
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
add Miller_Rabin
author
Daichi Toma <amothic@gmail.com>
date
Tue, 01 Nov 2011 19:01:13 +0900
parents
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
1242
9d37fa6bc1da
add Miller_Rabin
Daichi Toma <amothic@gmail.com>
parents:
diff
changeset
1
enum {
9d37fa6bc1da
add Miller_Rabin
Daichi Toma <amothic@gmail.com>
parents:
diff
changeset
2
#include "SysTasks.h"
9d37fa6bc1da
add Miller_Rabin
Daichi Toma <amothic@gmail.com>
parents:
diff
changeset
3
Prime,
9d37fa6bc1da
add Miller_Rabin
Daichi Toma <amothic@gmail.com>
parents:
diff
changeset
4
PrintTask,
9d37fa6bc1da
add Miller_Rabin
Daichi Toma <amothic@gmail.com>
parents:
diff
changeset
5
};