Hi All:
This is my first post.
Environment: C Compiler PellesC64 and running a short Harbour program to test factorial computations.
When running a Factorial function FACT(21), the result is:
51,090,942,171,709,430,000
Other compilers (e.g., Borland BCC 7.4 and MinGW 10.2) show the correct answer should be:
51,090,942,171,709,440,000
The PellesC64 results from FACT(1) thru FACT(20) are *correct* and identical to other compilers. However, FACT(21) is *incorrect*.
-Mel Smith