comparison run/cfloat_01.d @ 1489:b8c0195059d9

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 13:47:01 +0000
parents 5511f9277078
children
comparison
equal deleted inserted replaced
1488:1ee9a0dd42d9 1489:b8c0195059d9
2 // $Date$ 2 // $Date$
3 // $Author$ 3 // $Author$
4 4
5 // @author@ Thomas Kuehne <thomas-dloop@kuehne.thisisspam.cn> 5 // @author@ Thomas Kuehne <thomas-dloop@kuehne.thisisspam.cn>
6 // @date@ 2005-04-26 6 // @date@ 2005-04-26
7 // @uri@ news:pln1k2-5f3.ln1@lnews.kuehne.cn 7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=3825
8 8
9 module dstress.run.cfloat_01; 9 module dstress.run.cfloat_01;
10 10
11 int main(){ 11 int main(){
12 cfloat c = 27Fi + 0.0F; 12 cfloat c = 27Fi + 0.0F;