comparison code_part1/OSTC_code_c_part2/p2_tables.romdata @ 198:1d98f30ed44e

minor comment translation into English
author heinrichsweikamp
date Sun, 13 Feb 2011 19:46:42 +0100
parents f15e804ff67f
children b75564fb3d4b
comparison
equal deleted inserted replaced
197:f15e804ff67f 198:1d98f30ed44e
136 }; 136 };
137 137
138 rom const float e2secs[] = 138 rom const float e2secs[] =
139 { 139 {
140 //---- N2 -------------------------------------------------------------------- 140 //---- N2 --------------------------------------------------------------------
141 5.75958E-03, // und zwar 1 - 2^(-1/(30sec*HT)) 141 5.75958E-03, // result of 1 - 2^(-1/(30sec*HT))
142 2.88395E-03, 142 2.88395E-03,
143 1.92356E-03, 143 1.92356E-03,
144 1.28278E-03, 144 1.28278E-03,
145 8.55371E-04, 145 8.55371E-04,
146 5.92258E-04, 146 5.92258E-04,
147 4.20001E-04, 147 4.20001E-04,
148 3.00019E-04, 148 3.00019E-04,
212 }; 212 };
213 213
214 rom const float e10min[] = 214 rom const float e10min[] =
215 { 215 {
216 //---- N2 -------------------------------------------------------------------- 216 //---- N2 --------------------------------------------------------------------
217 // Die 10 min Werte in float Notation: 217 // The 10 min Value in float notation:
218 // und zwar 1 - 2^(-10/ht) 218 // result of 1 - 2^(-10/ht)
219 8.23223E-01, // 1 - 2^(-10/4.0) 219 8.23223E-01, // 1 - 2^(-10/4.0)
220 5.79552E-01, 220 5.79552E-01,
221 4.38769E-01, 221 4.38769E-01,
222 3.19605E-01, 222 3.19605E-01,
223 2.26416E-01, 223 2.26416E-01,