Go to the source code of this file.
◆ uatoi()
◆ uuatoi()
11 for (
i = 0; s[
i] >=
'0' && s[
i] <=
'9'; ++
i)
12 n = 10 *
n + (s[
i] -
'0');
const unsigned n
Definition: CG3DPackingUnitTest.cpp:32
const std::complex< Mdouble > i
Definition: ExtendedMath.h:51
References constants::i, and n.