@janispritzkau/npms-test

Figuring out how npms scores packages.

Usage no npm install needed!

<script type="module">
  import janispritzkauNpmsTest from 'https://cdn.skypack.dev/@janispritzkau/npms-test';
</script>

README

npms-test

NPM Version Downloads GitHub Followers

Exports add, sub and mul function.

Usage

const { add, sub } = require("@janispritzkau/npms-test")

// maaaath

add(1, 2)

sub(3, 2)

In mathematics, an operator is generally a mapping that acts on elements of a space to produce elements of another space (possibly the same space, sometimes required to be the same space). The most common operators are linear maps, which act on vector spaces. However, when using "linear operator" instead of "linear map", mathematicians often mean actions on vector spaces of functions, which also preserve other properties, such as continuity. For example, differentiation and indefinite integration are linear operators; operators that are built from them are called differential operators, integral operators or integro-differential operators.