|
|
|
@83
|
[83]
|
07/28/06 02:51:18 |
Don Clugston |
Updated docs. |
|
|
|
@82
|
[82]
|
07/28/06 02:49:06 |
Don Clugston |
Merged 'findroot' and 'minimize' into a single file, RealAnalysis?. |
|
|
|
@80
|
[80]
|
07/17/06 02:43:30 |
Don Clugston |
Updated realtest to use new-style delegates from DMD 0.162. |
|
|
|
@79
|
[79]
|
06/27/06 06:50:59 |
Don Clugston |
Final changes to whitespace in etcgamma. |
|
|
|
@78
|
[78]
|
06/27/06 06:33:33 |
Don Clugston |
Changes for DMD 0.161. Added reference to Cephes in etcgamma. |
|
|
|
@77
|
[77]
|
06/16/06 16:08:38 |
Don Clugston |
Removed dependency of etcgamma on realtest. |
|
|
|
@76
|
[76]
|
05/29/06 08:11:23 |
Don Clugston |
* Folded in DMD 0.158 changes.
* Changed fcis() to expi().
* Fixes to … |
|
|
|
@73
|
[73]
|
03/27/06 06:36:23 |
Don Clugston |
-- |
|
|
|
@72
|
[72]
|
03/27/06 06:33:41 |
Don Clugston |
Moved docs into docs/mathextra. |
|
|
|
@71
|
[71]
|
03/27/06 06:28:04 |
Don Clugston |
Moved all files to 'mathextra' subdirectory, and updated module names … |
|
|
|
@64
|
[64]
|
03/22/06 03:38:58 |
Don Clugston |
Added minimize.d, for function minimization using Brent's method. Also … |
|
|
|
@63
|
[63]
|
03/20/06 03:53:34 |
Don Clugston |
Folded in changes for DMD 0.150 (Note: it should be possible to make … |
|
|
|
@62
|
[62]
|
03/18/06 05:09:05 |
Don Clugston |
Added findroot.d, which implements Brent's method for fast root finding of … |
|
|
|
@61
|
[61]
|
03/14/06 07:39:02 |
Don Clugston |
Minor tidying of the Bessel function documentation. |
|
|
|
@60
|
[60]
|
03/14/06 07:35:06 |
Don Clugston |
Fixed documentation for elliptic integrals and gave them better names. |
|
|
|
@59
|
[59]
|
03/14/06 05:24:55 |
Don Clugston |
Added Elliptic Integrals of the first and second kind, both complete and … |
|
|
|
@58
|
[58]
|
03/13/06 07:01:33 |
Don Clugston |
Now includes Bessel functions J and Y for all integer orders.
1354 … |
|
|
|
@57
|
[57]
|
03/13/06 05:36:42 |
Don Clugston |
Added more test cases to Bessel functions. Changed their names.
Total … |
|
|
|
@56
|
[56]
|
03/13/06 03:08:16 |
Don Clugston |
* Improved test coverage of the beta function. (Finding test cases which … |
|
|
|
@54
|
[54]
|
03/01/06 02:49:16 |
Don Clugston |
Added fcis(), and pow(creal, creal).
covered: 1092 uncov: 112 -- … |
|
|
|
@53
|
[53]
|
02/03/06 03:11:16 |
Don Clugston |
Renamed bitoperations.d to bitmanip.d. I think this is a better name … |
|
|
|
@52
|
[52]
|
01/26/06 02:38:55 |
Don Clugston |
Improved mathstat docs. Tidied up betadist.d, removed a few more … |
|
|
|
@51
|
[51]
|
01/20/06 05:58:28 |
Don Clugston |
Tracked down the bug in gammadistCompl (NaN created when input too large … |
|
|
|
@50
|
[50]
|
01/18/06 01:16:34 |
Don Clugston |
test coverage of binomial and chi-square distributions.
BUGS: The negative … |
|
|
|
@49
|
[49]
|
01/17/06 10:35:23 |
Don Clugston |
Fixed a serious bug in betadistribution (MINLOG was wrong) which was … |
|
|
|
@46
|
[46]
|
01/15/06 17:39:54 |
Don Clugston |
Much more test coverage, especially for the gamma and binomial … |
|
|
|
@43
|
[43]
|
01/13/06 00:18:57 |
Don Clugston |
100% test coverage for student.d!
Project totals:
Covered = 677, Uncovered … |
|
|
|
@41
|
[41]
|
01/11/06 05:22:25 |
Don Clugston |
Many functions accepted into DMD 0.143!
* asinh, acosh, atanh, -- real … |
|
|
|
@38
|
[38]
|
12/13/05 09:32:14 |
Don Clugston |
Added Tiago's bitReverse() function.
Unit tests now print the file they … |
|
|
|
@37
|
[37]
|
12/09/05 10:39:00 |
Don Clugston |
etcgamma is now complete. sgnGamma() is now enabled, and test coverage is … |
|
|
|
@33
|
[33]
|
12/09/05 07:00:11 |
Don Clugston |
Added more unit tests to complex.d. Now has 90% test coverage. |
|
|
|
@32
|
[32]
|
12/09/05 02:57:51 |
Don Clugston |
-- |
|
|
|
@31
|
[31]
|
12/09/05 02:16:54 |
Don Clugston |
More unit tests, and bug fixes for complex functions.
Complex coverage is … |
|
|
|
@29
|
[29]
|
12/07/05 07:15:30 |
Don Clugston |
Added unit test for conj. |
|
|
|
@27
|
[27]
|
12/07/05 03:26:34 |
Don Clugston |
Added archetype!(A) to complex.d, in preparation for some template … |
|
|
|
@25
|
[25]
|
12/05/05 09:59:44 |
Don Clugston |
- Folded Tiago's complex pow() into complex.d, with a few optimisations, … |
|
|
|
@24
|
[24]
|
11/29/05 05:26:51 |
Don Clugston |
Added another bit operation: isPowerOf2() |
|
|
|
@21
|
[21]
|
11/24/05 10:02:14 |
Don Clugston |
Added conj(z) to complex.d
More documentation updates. |
|
|
|
@20
|
[20]
|
11/23/05 08:02:50 |
Don Clugston |
Added bitoperations. Doesn't really belong in MathExtra? -- oh well. |
|
|
|
@19
|
[19]
|
11/17/05 02:57:54 |
Don Clugston |
Moved all of the Consistency Tests to a separate file (testconsistency.d) … |
|
|
|
@18
|
[18]
|
11/15/05 05:43:42 |
Don Clugston |
Update for DMD 0.138, which no longer has buggy gamma functions. Now the … |
|
|
|
@17
|
[17]
|
11/02/05 08:14:18 |
Don Clugston |
Trying (again) to get autoprops to work with HTML files. |
|
|
|
@16
|
[16]
|
11/02/05 08:13:16 |
Don Clugston |
trying to get autoprops to work with tortoisesvn |
|
|
|
@15
|
[15]
|
11/02/05 08:06:39 |
Don Clugston |
Moved docs into a docs directory. |