{"ok":true,"tool":"Fraction to Decimal Converter","operation":"convert-fraction-to-decimal","description":"Convert a fraction to a decimal and detect repeating cycles.","method":"POST","endpoint":"/api/fraction-to-decimal-converter","webUrl":"https://toolhub-5eo.pages.dev/tools/fraction-to-decimal-converter","parameters":{"type":"object","properties":{"numerator":{"type":"number","description":"The numerator (integer)"},"denominator":{"type":"number","description":"The denominator (integer, non-zero)"},"places":{"type":"number","description":"Decimal places to round to (default 6)"}},"required":["numerator","denominator"]},"response":{"type":"object","properties":{"decimal":{"type":"number"},"exact":{"type":"number"},"repeating":{"type":"string"},"isRepeating":{"type":"boolean"}}},"example":{"request":{"numerator":1,"denominator":3},"response_shape":{"type":"object","properties":{"decimal":{"type":"number"},"exact":{"type":"number"},"repeating":{"type":"string"},"isRepeating":{"type":"boolean"}}}},"howToCall":"POST a JSON body to https://toolhub-5eo.pages.dev/api/fraction-to-decimal-converter. Returns {\"ok\":true,\"result\":{...}} on success or {\"ok\":false,\"error\":\"...\"} on failure. No auth, CORS-enabled.","parametersSummary":"  numerator (number, required) — The numerator (integer)\n  denominator (number, required) — The denominator (integer, non-zero)\n  places (number, optional) — Decimal places to round to (default 6)","curlExample":"curl -X POST https://toolhub-5eo.pages.dev/api/fraction-to-decimal-converter -H \"Content-Type: application/json\" -d '{\"numerator\":1,\"denominator\":3}'"}