Skip to content

Latest commit

 

History

History

math

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@nodl/nodes

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

Example

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

const additionNode = new Addition();

Nodes

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

Schemas

  • NumberSchema