Changeset 22

Show
Ignore:
Timestamp:
11/25/05 11:41:03 (3 years ago)
Author:
Don Clugston
Message:

Created fourier.d and mathdiscrete, containing functions contributed by Tiago Gasiba.
Other contibutions are in 'notyetorganised'.

Also updated realtest.d

Files:

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 */ 
    15module realtest; 
    26import std.stdio;