annotate run/creal_15.d @ 95:f4dcf89f7796

extended creal tests
author thomask
date Wed, 03 Nov 2004 08:17:17 +0000
parents
children d7436ad716eb
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(){
f4dcf89f7796 extended creal tests
thomask
parents:
diff changeset
4 assert(creal.nan == real.nan + 1.0i*real.nan);
f4dcf89f7796 extended creal tests
thomask
parents:
diff changeset
5 return 0;
f4dcf89f7796 extended creal tests
thomask
parents:
diff changeset
6 }