We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1876cc9 commit 5e0173dCopy full SHA for 5e0173d
lib/node_modules/@stdlib/math/base/special/kernel-betainc/lib/native.js
@@ -28,7 +28,7 @@ var addon = require( './../src/addon.node' );
28
29
/**
30
* Evaluates the incomplete beta function and its first derivative.
31
-*
+*
32
* @private
33
* @param {Probability} x - function input
34
* @param {NonNegativeNumber} a - function parameter
lib/node_modules/@stdlib/math/base/special/kernel-betainc/src/main.c
@@ -15,6 +15,7 @@
15
* See the License for the specific language governing permissions and
16
* limitations under the License.
17
*/
18
+
19
#include "stdlib/math/base/special/kernel_betainc.h"
20
#include "stdlib/constants/float64/e.h"
21
#include "stdlib/constants/float64/eps.h"
0 commit comments