{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/math.arctan/1.0.7/input.json",
  "title": "Arctangent — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "x": {
      "type": "number",
      "description": "Any finite real. Share-URL alias: xInput"
    },
    "xInput": {
      "type": "number",
      "description": "Share-URL alias for x"
    }
  },
  "description": "Principal arctan(x) for any finite real x, returning degrees and radians with verification. (calculation_version 1.0.7) Provide at least 1 of: x, xInput."
}
