{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/math.cos.input.json",
  "title": "Cosine — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "theta": {
      "type": "number",
      "description": "Angle. Aliases: t, angle, thetaInput"
    },
    "thetaInput": {
      "type": "number",
      "description": "Share-URL alias for theta"
    },
    "unit": {
      "type": "string",
      "enum": [
        "deg",
        "rad"
      ],
      "description": "Angle unit (default deg)"
    },
    "unitInput": {
      "type": "string",
      "description": "Share-URL alias for unit"
    },
    "t": {
      "type": "number"
    },
    "angle": {
      "type": "number"
    }
  },
  "description": "cos(θ) in degrees (default) or radians, with algebraic snap for textbook angles. (calculation_version 1.0.5) Provide at least 1 of: theta, t, angle, thetaInput."
}
