sci-js-constants
v1.0.2
Published
Javascript Equivalent of Python's SciPy constants module
Maintainers
Readme
SciPy constants for JS
This package has all constants from the Python SciPy library and can be used in JS environments.
Install
npm i sci-js-constantsExample
import { Planck, speed_of_light, physical_constants } from "sci-js-constants";
const luminous_efficacy = physical_constants["luminous efficacy"][0];