Changeset 22
- Timestamp:
- 11/25/05 11:41:03 (3 years ago)
- Files:
-
- trunk/fourier.d (added)
- trunk/mathdiscrete.d (added)
- trunk/notyetorganised (added)
- trunk/notyetorganised/tiago1.d (added)
- trunk/realtest.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/realtest.d
r19 r22 1 /** Helper functions for unit tests involving real numbers 2 * 3 * Not intended for inclusion in a standard library. 4 */ 1 5 module realtest; 2 6 import std.stdio;
