working rss feed to nostr publish
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Riemann zeta function.
|
||||
*
|
||||
* @reference http://en.cppreference.com/w/cpp/numeric/special_math/riemann_zeta
|
||||
*/
|
||||
export declare function riemann_zeta(arg: number): number;
|
||||
Reference in New Issue
Block a user