Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "mathfn", | ||
"description": "Some basic but difficult to implement mathmatical functions", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Andreas Madsen <amwebdk@gmail.com>", | ||
@@ -6,0 +6,0 @@ "main": "./mathfn.js", |
@@ -1,2 +0,2 @@ | ||
#mathfn | ||
# mathfn | ||
@@ -67,9 +67,9 @@ > Some basic but difficult to implement mathmatical functions<br> | ||
##### `p = beta(x)` - The beta function | ||
##### `p = beta(x, y)` - The beta function | ||
##### `p = logBeta(x)` - The logarithmic beta function | ||
##### `p = logBeta(x, y)` - The logarithmic beta function | ||
##### `p = incBeta(x)` - The incomplete beta function | ||
##### `p = incBeta(x, a, b)` - The incomplete beta function | ||
##### `p = invIncBeta(x)` - The inverse incomplete beta function | ||
##### `p = invIncBeta(p, a, b)` - The inverse incomplete beta function | ||
@@ -82,3 +82,3 @@ ### Logarithmic functions | ||
is `zero` and then every thing is lost. This is a specific approximation of | ||
`ln(1 + x)` and should be used only in case of small values. | ||
`ln(1 + x)` and should be used only in case of small values. | ||
@@ -85,0 +85,0 @@ ##### `y = logFactorial(x)` - Calculates `y = ln(x!)` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31420