1.0.1 • Published 5 years ago

@janispritzkau/npms-test v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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.

1.0.1

5 years ago

1.0.0

5 years ago