Patch release information |
Although version 2.0i remains available for download for registered users to maintain existing installations, please note that the current version is now 2.2.
Version 2.0i includes fixes for most reproducible bugs discovered to date. Most of the bugs fixed have been minor/obscure issues, many of which were also present in version 1.6 or were in the new features added in 2.0. To determine if you need a patch release, please consult the What's new list below or the fixed bug list.
y=sum(1/2^n) = 1/2 + 1/4 + 1/8 + ... = 1 y=sum(1/2^n) {n:0,2} = 1 + 1/2 + 1/4 = 1.75 y=sum(1/2^n) {n:2, } = 1/4 + 1/8 + 1/16 + ... = 0.5 y=sum(1/2^n) {n:1,,2} = 1/2 + 1/8 + 1/32 + ... = 0.6666... y=sum(1/2^n) {n:0,,2} = 1 + 1/4 + 1/16 + ... = 1.333...
h(x) = 0, for x < 0, 1/2 for x = 0, 1 for x > 0