{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/math.antilog/1.0.5/input.json",
  "title": "Antilogarithm — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "y": {
      "type": "number",
      "description": "Logarithm value. Share-URL alias: yInput"
    },
    "yInput": {
      "type": "number",
      "description": "Share-URL alias for y"
    },
    "b": {
      "type": "number",
      "description": "Numeric base b > 0, b ≠ 1"
    },
    "base": {
      "description": "Base 10 | e | 2 | custom positive ≠ 1"
    },
    "baseInput": {
      "description": "Share-URL alias for base"
    },
    "baseId": {
      "description": "Alternate base id"
    }
  },
  "description": "Inverse of log: x = b^y (common, natural, binary, or custom base). (calculation_version 1.0.5) Provide at least 1 of: y, yInput."
}
