louiev

Results 3 issues of louiev

```C++ typedef long double ldbl; const int imax = numeric_limits< int >::min(); ldbl xdbl = pow(static_cast< ldbl >(imax), 5); Dodecahedron::Bigint ibig = imax; Dodecahedron::Bigint xbig = ibig.pow(5); ``` ********** imax...

Bug

```C++ typedef long double ldbl; const int imax = numeric_limits< int >::min(); ldbl xdbl = pow(static_cast< ldbl >(imax), 5); Dodecahedron::Bigint ibig = imax; Dodecahedron::Bigint xbig = ibig.pow(5); ``` ********** imax...

Bug

```C++ typedef long double ldbl; const int imax = numeric_limits< int >::min(); ldbl xdbl = pow(static_cast< ldbl >(imax), 5); Dodecahedron::Bigint ibig = imax; Dodecahedron::Bigint xbig = ibig.pow(5); ``` ********** imax...

Bug