2005-08-14から1日間の記事一覧

小数点以下四捨五入

round (off) 〜 to the (nearest) integer #include int f(double x) {return int(floor( 0.5 + x )) ;}http://www.geocities.jp/bananajuku/r_c/floor.html

Mean residence time and time constant

平均滞在時間と時定数 物質の出入りする系を考えるとき、「現存量 / 時間あたりの出入りの量」で求まる時間の値を、「平均滞在(滞留)時間」という。これは平均であって、個々の分子の滞在時間は、それより長いことも短いこともある。 http://web.sfc.keio.ac…