Last change
on this file since 1437 was
1437,
checked in by orlov, 17 years ago
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
319 bytes
|
Line | |
---|
1 | #ifndef __refal__ShortArithm_hh__ |
---|
2 | #define __refal__ShortArithm_hh__ |
---|
3 | |
---|
4 | #include <rf_core.hh> |
---|
5 | |
---|
6 | namespace refal |
---|
7 | { |
---|
8 | |
---|
9 | using namespace rfrt; |
---|
10 | |
---|
11 | namespace ShortArithm |
---|
12 | { |
---|
13 | |
---|
14 | RF_DECL (_p_); |
---|
15 | |
---|
16 | RF_DECL (_m_); |
---|
17 | |
---|
18 | RF_DECL (_a_); |
---|
19 | |
---|
20 | RF_DECL (Div_m_Rem); |
---|
21 | |
---|
22 | RF_DECL (Div); |
---|
23 | |
---|
24 | RF_DECL (Rem); |
---|
25 | |
---|
26 | RF_DECL (GCD); |
---|
27 | |
---|
28 | } |
---|
29 | |
---|
30 | } |
---|
31 | |
---|
32 | #endif // __refal__ShortArithm_hh__ |
---|
Note: See
TracBrowser
for help on using the repository browser.