Changeset 7245 in ntrip


Ignore:
Timestamp:
Aug 24, 2015, 3:36:00 PM (9 years ago)
Author:
stuerze
Message:

methods are added for the determination of the factorial and the assosiated Legendre functions

File:
1 edited

Legend:

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

    r7244 r7245  
    135135
    136136int          indexFromAccuracy(double accuracy, t_eph::e_type type);
     137
     138double       associatedLegendreFunction(int n, int m, double t);
     139
     140int          factorial(int n);
    137141
    138142
Note: See TracChangeset for help on using the changeset viewer.