14 lines
299 B
TypeScript
14 lines
299 B
TypeScript
/**
|
|
* @packageDocumentation
|
|
* @module std
|
|
*/
|
|
export * from "./beta";
|
|
export * from "./gamma";
|
|
export * from "./bessels";
|
|
export * from "./ellints";
|
|
export * from "./expint";
|
|
export * from "./hermite";
|
|
export * from "./legendres";
|
|
export * from "./laguerres";
|
|
export * from "./zeta";
|