Changeset 8774 in ntrip for trunk/BNC/src/bncutils.cpp


Ignore:
Timestamp:
Jun 7, 2019, 10:23:21 AM (5 years ago)
Author:
stuerze
Message:

minor changes in factorial method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncutils.cpp

    r8692 r8774  
    464464//
    465465////////////////////////////////////////////////////////////////////////////
    466 int factorial(int n) {
     466double factorial(int n) {
    467467  if (n == 0) {
    468468    return 1;
Note: See TracChangeset for help on using the changeset viewer.