Overview
dsh-tool-calculator
Community · Topic auto-analysis — Automatically discovered through the dsh-plugin GitHub Topic. Static checks verified a pinned public root bundle contract and committed files without executing third-party code. This is not a human review, security audit, runtime smoke test, publisher identity check, or official endorsement.
Install this bundle from GitHub
The CLI validates the bundle, invokes native DSH, then reports completion.
npx dshpub add omdsh-dev/dsh-tool-calculator --ref 701f6549b4e1b648351403dc8a18a9bc9a2b713dCapabilities
What it contributes
README / EN
Package documentation
English
LIMITATIONS
Known limitations
1. **分发链路**:`@deepseek-ai/dsh-tools` 已随 DSH 0.1.0-rc.6(npm)发布为私有 npm 包;插件经 `dsh plugin add github:omdsh-dev/...` 或 tarball 直接安装,无需放入 monorepo 走 workspace 解析 2. **三角函数使用弧度**:与 `Math.sin`/`Math.cos` 一致;需要角度时写 `sin(30 * PI / 180)` 3. **不支持大整数**:JS `number` 是 IEEE 754 double,安全整数范围 ±9e15,超出有精度损失 4. **不支持科学计数法**:`1e5` 会被词法层拒绝
