pharmsol 0.27.0

Rust library for solving analytic and ode-defined pharmacometric models.
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "pharmsol-browser-e2e",
  "private": true,
  "type": "module",
  "scripts": {
    "test": "playwright install chromium && node run.mjs"
  },
  "devDependencies": {
    "playwright": "1.59.1"
  }
}