{
  "id": "ordering-fractions-calculator",
  "version": "1.0.0",
  "name": "Ordering Fractions Calculator",
  "shortName": "Ordering Fractions",
  "description": "Sort a list of integers, fractions, decimals, or mixed numbers from least to greatest or greatest to least.",
  "category": "Math & Statistics",
  "categorySlug": "math-statistics",
  "keywords": [
    "ordering",
    "fractions",
    "calculator",
    "ordering fractions calculator"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "new",
  "engine": "native",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/ordering-fractions-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/ordering-fractions-calculator/",
    "definition": "/calculator/ordering-fractions-calculator/definition.json",
    "schema": "/calculator/ordering-fractions-calculator/schema.json",
    "llms": "/calculator/ordering-fractions-calculator/llms.txt",
    "legacyDefinition": "/calculator/ordering-fractions-calculator.json"
  },
  "queryExample": "https://askcalculators.com/calculator/ordering-fractions-calculator/?fractions=3%2F4%2C+2%2F3%2C+1+1%2F8%2C+0.5&direction=ascending",
  "queryParameters": {
    "fractions": {
      "label": "Values to order",
      "type": "text",
      "required": true,
      "default": "3/4, 2/3, 1 1/8, 0.5"
    },
    "direction": {
      "label": "Order",
      "type": "select",
      "required": true,
      "default": "ascending"
    }
  },
  "inputs": [
    {
      "id": "fractions",
      "label": "Values to order",
      "type": "text",
      "required": true,
      "defaultValue": "3/4, 2/3, 1 1/8, 0.5"
    },
    {
      "id": "direction",
      "label": "Order",
      "type": "select",
      "required": true,
      "defaultValue": "ascending",
      "options": [
        {
          "label": "Least to greatest",
          "value": "ascending"
        },
        {
          "label": "Greatest to least",
          "value": "descending"
        }
      ]
    }
  ],
  "outputs": [
    {
      "id": "ordered",
      "label": "Ordered values",
      "format": "text",
      "primary": true
    },
    {
      "id": "count",
      "label": "Values sorted",
      "format": "integer"
    },
    {
      "id": "minimum",
      "label": "Minimum",
      "format": "text"
    },
    {
      "id": "maximum",
      "label": "Maximum",
      "format": "text"
    }
  ],
  "formula": {
    "expression": "fractions are compared exactly by cross multiplication"
  },
  "examples": [
    {
      "label": "Reproducible default-input example (not a personal recommendation)",
      "inputs": {
        "fractions": "3/4, 2/3, 1 1/8, 0.5",
        "direction": "ascending"
      }
    }
  ],
  "sources": []
}
