working rss feed to nostr publish
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Laguerre polynomials.
|
||||
*
|
||||
* @reference https://en.wikipedia.org/wiki/Laguerre_polynomials
|
||||
*/
|
||||
export declare function laguerre(n: number, x: number): number;
|
||||
/**
|
||||
* Associated laguerre polynomials.
|
||||
*
|
||||
* @reference https://en.wikipedia.org/wiki/Laguerre_polynomials#Generalized_Laguerre_polynomials
|
||||
*/
|
||||
export declare function assoc_laguerre(n: number, m: number, x: number): number;
|
||||
Reference in New Issue
Block a user