Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "math/base/special/fast/alpha-max-plus-beta-min/docs/types/index.d"

Index

Interfaces

Type aliases

Variables

Type aliases

HypotFunction

HypotFunction: (x: number, y: number) => number

Computes the hypotenuse using the alpha max plus beta min algorithm.

param

number

param

number

returns

hypotenuse

Type declaration

    • (x: number, y: number): number
    • Parameters

      • x: number
      • y: number

      Returns number

Variables

Export assignment hypot

hypot: Hypot

Computes the hypotenuse using the alpha max plus beta min algorithm.

param

number

param

number

returns

hypotenuse