1.0.0 • Published 1 year ago

@nodl/math v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@nodl/nodes

Utility nodes based on the Math-global. Inputs are mapped to native method's arguments.

Example

import { Addition } from '@nodl/nodes/math';

const additionNode = new Addition();

Nodes

  • Absolute
  • Addition
  • Ceil
  • Cosine
  • Division
  • Floor
  • Logarithm
  • Logarithm2
  • Max
  • Min
  • Modulo
  • Multiplication
  • Power
  • Round
  • Sign
  • Sine
  • SquareRoot
  • Subtraction

Schemas

  • NumberSchema
1.0.0

1 year ago