in reply to Re: Re: number normalization
in thread number normalization
perl -e ' for( 0.03, 0.4, 5, 10 ) { print int(10**$_), "\n" } ' 1 2 100000 10000000000
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: number normalization
by Anonymous Monk on Aug 10, 2003 at 13:30 UTC |