Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mathfn

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathfn - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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!)`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc