UNPKG

dive-deco

Version:

A TypeScript implementation of decompression calculation algorithms for scuba diving, featuring Bühlmann ZH-L16C algorithm with gradient factors, gas management, and oxygen toxicity tracking.

10 lines (9 loc) 195 B
export interface ZHLParams { n2a: number; n2b: number; n2ht: number; hea: number; heb: number; heht: number; } export declare const ZHL_16C_N2_16A_HE_VALUES: ZHLParams[];