0.0.6 • Published 4 years ago

@buckneri/js-lib-math v0.0.6

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

js-lib-math

Functions for calculations

Install

npm i @buckneri/js-lib-math

Reference · Source

  • circleArea (radius)
  • circleRadius (area):
  • countDigit (significant digits)
  • cubedRoot (n)
  • fitToQuadrant (width, height, n)
  • rectContain (shape_extent, point)
  • rectIntersect (shape_extent1, shape_extent2)
  • round (value, precision)
  • decasteljau (points, t)
  • pointsToCommand (points)
  • splitCurveAsPoints (points, segmentCount)
  • splitCurve (commandStart, commandEnd, segmentCount)
  • stddev (array of values)
  • sumValues (array of values)
  • triangleArea (a, b, c)
  • triangleHeight (a, b, c)
0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago