{
  "id": "expanded-form-calculator",
  "version": "1.0.0",
  "name": "Expanded Form Calculator",
  "shortName": "Expanded Form",
  "description": "Write an integer or decimal as a sum of place-value terms.",
  "category": "Math & Statistics",
  "categorySlug": "math-statistics",
  "keywords": [
    "expanded",
    "form",
    "calculator",
    "expanded form calculator"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "new",
  "engine": "native",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/expanded-form-calculator.json",
    "qualifiedReview": "pending",
    "qualifiedReviewer": null,
    "qualifiedReviewDate": null,
    "formulaVersion": "1.0.0",
    "referenceCoverage": "references-pending",
    "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
    "historicalMetadataDate": "2026-09-01",
    "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
  },
  "urls": {
    "page": "/calculator/expanded-form-calculator/",
    "definition": "/calculator/expanded-form-calculator/definition.json",
    "schema": "/calculator/expanded-form-calculator/schema.json",
    "llms": "/calculator/expanded-form-calculator/llms.txt",
    "legacyDefinition": "/calculator/expanded-form-calculator.json"
  },
  "queryExample": "https://askcalculators.com/calculator/expanded-form-calculator/?number=4072.305",
  "queryParameters": {
    "number": {
      "label": "Number",
      "type": "text",
      "required": true,
      "default": "4072.305"
    }
  },
  "inputs": [
    {
      "id": "number",
      "label": "Number",
      "type": "text",
      "required": true,
      "defaultValue": "4072.305",
      "placeholder": "Example: 4072.305"
    }
  ],
  "outputs": [
    {
      "id": "expandedForm",
      "label": "Expanded form",
      "format": "text",
      "primary": true
    },
    {
      "id": "wordedPowers",
      "label": "Power-of-ten form",
      "format": "text"
    },
    {
      "id": "normalizedNumber",
      "label": "Normalized number",
      "format": "text"
    }
  ],
  "formula": {
    "expression": "each nonzero digit contributes digit × 10^place"
  },
  "examples": [
    {
      "label": "Reproducible default-input example (not a personal recommendation)",
      "inputs": {
        "number": "4072.305"
      }
    }
  ],
  "sources": []
}
