Socket
Socket
Sign inDemoInstall

circumradius

Package Overview
Dependencies
9
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    circumradius

Computes the circum radius of a simplex


Version published
Weekly downloads
94K
increased by39.28%
Maintainers
1
Install size
58.4 kB
Created
Weekly downloads
 

Readme

Source

circumradius

Computes the radius of the circumcircle of a simplex.

Example

var circumradius = require('circumradius')
var points = [[1, 0], [0,1], [1,1]]
console.log(circumradius(points))

Install

npm i circumradius

API

var rad = require('circumradius')(points)

Computes the radius of the circumcircle of the given simplex

  • points is a set of points describing the vertices of a simplex.

Returns The radius of the circumcircle of the simplex.

Notes This module is not robust

License

(c) 2015 Mikola Lysenko. MIT

Keywords

FAQs

Last updated on 09 Mar 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc