1 |
% $Header$ |
2 |
% |
3 |
%%Sets of real numbers. |
4 |
\newcommand{\vglobrealset}{{\mathbb{R}}} |
5 |
\newcommand{\vglobrealsetnonneg}{{\mathbb{R}^+}} |
6 |
% |
7 |
%%Sets of integers. |
8 |
\newcommand{\vglobintset}{{\mathbb{Z}}} |
9 |
\newcommand{\vglobintsetnonneg}{{\mathbb{Z}^+}} |
10 |
\newcommand{\vglobintsetpos}{{\mathbb{N}}} |
11 |
% |
12 |
%%Sets of rational numbers. |
13 |
\newcommand{\vglobratset}{{\mathbb{Q}}} |
14 |
\newcommand{\vglobratsetnonneg}{{\mathbb{Q}^+}} |
15 |
% |
16 |
%%Sets of irrational numbers. |
17 |
\newcommand{\vglobirratset}{{\mathbb{error}}} |
18 |
\newcommand{\vglobirratsetnonneg}{{\mathbb{error}^+}} |
19 |
% |
20 |
% $Log: mathdefs.tex,v $ |
21 |
% Revision 1.2 2001/07/12 01:58:20 dtashley |
22 |
% Conversion out of binary mode for use with CVS. |
23 |
% |
24 |
% $History: mathdefs.tex $ |
25 |
% |
26 |
% ***************** Version 1 ***************** |
27 |
% User: Dashley1 Date: 1/30/01 Time: 4:30p |
28 |
% Created in $/uC Software Multi-Volume Book (A)/Shared, Volume Sections, Styles, And Graphics |
29 |
% Initial check-in. |
30 |
% |
31 |
% End of MATHDEFS.TEX |
32 |
|