annotate run/creal_15.d @ 97:d7436ad716eb

extended and cleaned up creal
author thomask
date Wed, 03 Nov 2004 09:07:45 +0000
parents f4dcf89f7796
children f87ba6507260
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
95
f4dcf89f7796 extended creal tests
thomask
parents:
diff changeset
1 module dstress.run.creal_15;
f4dcf89f7796 extended creal tests
thomask
parents:
diff changeset
2
f4dcf89f7796 extended creal tests
thomask
parents:
diff changeset
3 int main(){
97
d7436ad716eb extended and cleaned up creal
thomask
parents: 95
diff changeset
4 assert(creal.nan == real.nan + ireal.nan);
95
f4dcf89f7796 extended creal tests
thomask
parents:
diff changeset
5 return 0;
f4dcf89f7796 extended creal tests
thomask
parents:
diff changeset
6 }