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
Line 
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
18//double gamln(double x);
19
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);
22
23//void gser(float *gamser, float a, float x, float *gln);
24
25//void gcf(float *gammcf, float a, float x, float *gln);
26
27//float gammp(float a,float x);
28
29//float erff(float x);
30
31#endif
Note: See TracBrowser for help on using the repository browser.