Skip to content

Latest commit

 

History

History
63 lines (52 loc) · 2.72 KB

README.md

File metadata and controls

63 lines (52 loc) · 2.72 KB

math-ng

Set of additional angular methods: [hyperbolic] [arcus] cotangent/secant/cosecant. These are accessible through ng namespace, for example:

Math.ng.cot(1)

List of methods:

  • cot() - cotangent
  • sec() - secant
  • csc() - cosecant
  • acot() - arcus cotangent
  • asec() - arcus secant
  • acsc() - arcus cosecant
  • coth() - hyperbolic cotangent
  • sech() - hyperbolic secant
  • csch() - hyperbolic cosecant
  • acoth() - hyperbolic arcus cotangent
  • asech() - hyperbolic arcus secant
  • acsch() - hyperbolic arcus cosecant

For even more methods consult math-ngx.