Skip to content

Commit fbd56cf

Browse files
committed
Update annotations
1 parent 323abbd commit fbd56cf

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

lib/node_modules/@stdlib/math/base/special/binet/docs/types/index.d.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@
2121
/**
2222
* Evaluates Binet's formula extended to real numbers.
2323
*
24-
* ## Notes
25-
*
26-
* - [Non integer Fibonacci numbers][1]
27-
* - [Interpolated Fibonacci numbers - real or complex][2]
28-
*
29-
* [1]: https://math.stackexchange.com/questions/798190/non-integer-fibonacci-numbers
30-
* [2]: https://math.stackexchange.com/questions/589841/interpolated-fibonacci-numbers-real-or-complex
31-
*
3224
* @param x - input value
3325
* @returns real-valued result
3426
*

lib/node_modules/@stdlib/math/base/special/binomcoef/docs/types/index.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@
2121
/**
2222
* Computes the binomial coefficient of two integers.
2323
*
24-
* ## Method
25-
*
26-
* - Instead of evaluating the factorial form, which is inefficient and prone to overflow for large inputs arguments, this module computes the following multiplicative representation of the binomial coefficient for integer arguments:
27-
*
28-
* binomcoef( n, k ) = ∏ᵢ₌₁ᵏ(n+1-i / i)
29-
*
30-
*
3124
* @param n - input value
3225
* @param k - second input value
3326
* @returns function value

0 commit comments

Comments
 (0)