2.0.3 • Published 11 months ago

@flow-connect/math v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@flow-connect/math

Custom nodes for common math functions

Custom Nodes

  • Abs Outputs absolute value for the input, input can be an array of values, in which case output will also be an array of values.
  • Average Performs an 'average' function on input array and outputs scalar value.
  • Func Transforms input value or array of values using the math function provided as prop to node for e.g. sin(t) + 0.2cos(2.8t), where t is the input value or current value from input array.
  • Normalize Normalizes the input value or array based on the mode relative or absolute, if input is an array, default mode is relative in which case normalization parameters (min and max) will be taken as min/max value in array, in absolute mode min/max needs to be specified as Node props.
  • and much more...!

Check out the docs for details on all the custom nodes provided in this package

2.0.3

11 months ago

2.0.2

11 months ago

2.0.1

11 months ago

2.0.0

12 months ago

1.0.5

1 year ago

1.0.1

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago