wht data type do i have to use for saving factorials from big numbers??? unsoigned long is toooooo small (on my computer is it 4294967295...
Printable View
wht data type do i have to use for saving factorials from big numbers??? unsoigned long is toooooo small (on my computer is it 4294967295...
You can use the double data type
Code:Double
(double-precision floating-point) 8 bytes -1.79769313486232E308 to
-4.94065645841247E-324 for negative values; 4.94065645841247E-324 to 1.79769313486232E308 for positive values