5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
/**
|
|
* Exponential integral.
|
|
*/
|
|
export declare function expint(x: number): number;
|