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 @ 1813:
d7973604e81f
draft
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
fix memin size
author
kkb
date
Thu, 12 Dec 2013 18:34:16 +0900
parents
9d37fa6bc1da
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
};