{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/math.arccos/1.0.4/input.json",
  "title": "Arccosine — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "x": {
      "type": "number",
      "description": "Argument in [−1, 1]. Share-URL alias: xInput"
    },
    "xInput": {
      "type": "number",
      "description": "Share-URL alias for x"
    }
  },
  "description": "Principal arccos(x) for x ∈ [−1, 1], returning degrees and radians with verification. (calculation_version 1.0.4) Provide at least 1 of: x, xInput."
}
