divide
Perform floating-point division for two numbers using the Calculator MCP. Input values for dividend and divisor (non-zero) to get precise results.
Instructions
执行浮点数除法运算 Args: b: 除数(必须非零)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
a | Yes | ||
b | Yes |