libgravix2  0.1.0
A fast simulation of attractive forces acting on point-like particles embedded onto the surface of a sphere.
helpers.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
21 double grvx_sinc(double);
22 
23 #ifdef __cplusplus
24 } // extern "C"
25 #endif
double grvx_sinc(double)
Computes .
Definition: helpers.c:45