buhlmann_zhl16 0.1.0
buhlmann_zhl16: ^0.1.0 copied to clipboard
Bühlmann ZHL-16 tissue model utilities (nitrogen-only for now) for dive planning.
example/buhlmann_zhl16_example.dart
import 'package:buhlmann_zhl16/buhlmann_zhl16.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}