source: sasview/src/sas/sascalc/calculator/c_extensions/libfunc.h @ b36e7c7

magnetic_scatt
Last change on this file since b36e7c7 was b36e7c7, checked in by dirk, 5 years ago

clean up obsolete? code of magnetic scattering calculation. Addresses #1086.

  • Property mode set to 100644
File size: 605 bytes
RevLine 
[9e531f2]1#if !defined(o_h)
2#define libfunc_h
3typedef struct {
4        double uu;
5        double dd;
6        double re_ud;
7        double im_ud;
8        double re_du;
9        double im_du;
10} polar_sld;
11
12int factorial(int i);
13
14double Si(double x);
15
16double sinc(double x);
17
[b6c8abe]18//double gamln(double x);
[9e531f2]19
[b36e7c7]20//void cal_msld(polar_sld*, int isangle, double qx, double qy, double bn, double m01, double mtheta1,
21//                      double mphi1, double spinfraci, double spinfracf, double spintheta);
[9e531f2]22
[b6c8abe]23//void gser(float *gamser, float a, float x, float *gln);
[9e531f2]24
[b6c8abe]25//void gcf(float *gammcf, float a, float x, float *gln);
[9e531f2]26
[b6c8abe]27//float gammp(float a,float x);
[9e531f2]28
[b6c8abe]29//float erff(float x);
[9e531f2]30
31#endif
Note: See TracBrowser for help on using the repository browser.