macalc
macalc — El servidor MCP de calculadora cotidiana más completo
501 herramientas de cálculo en 22 categorías que cubren los sistemas fiscales de 8 países. Gratuito, no requiere clave API.
Inicio rápido
Dos modos de instalación: elija el que admita su cliente MCP.
Opción A — Remoto (HTTP transmitible, instalación cero)
Para clientes con soporte nativo de MCP remoto (Claude Desktop ≥ 0.8, Cursor, Windsurf, VS Code MCP, etc.)
{
"mcpServers": {
"macalc": {
"url": "https://macalculatriceenligne.com/api/mcp"
}
}
}Opción B — Proxy stdio local (funciona en todas partes)
Para clientes que solo usan stdio o entornos aislados:
{
"mcpServers": {
"macalc": {
"command": "npx",
"args": ["-y", "macalc-mcp"]
}
}
}O con Docker:
{
"mcpServers": {
"macalc": {
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/tresor4k/macalc-mcp:latest"]
}
}
}Eso es todo. Sin clave API, sin autenticación, sin configuración.
Related MCP server: Currency Converter MCP
Qué hay dentro — 501 herramientas
Finanzas (8 países)
País | Herramientas | Ejemplos |
🇫🇷 Francia | 85+ | Impuesto sobre la renta (IR 2026), salario bruto a neto, IVA, hipoteca, gastos notariales, herencia, jubilación, desempleo, auto-entrepreneur |
🇧🇪 Bélgica | 35+ | Precompte professionnel, bonus emploi, pensión, cheques restaurante, derechos de donación |
🇨🇭 Suiza | 30+ | Impuesto federal + cantonal, AVS/LPP, LAMal, 3er pilar, frontalier |
🇨🇦 Canadá/Quebec | 25+ | Impuesto federal + provincial, RRQ, RQAP, REER, CELI, TPS/TVQ |
🇺🇸 EE. UU. | 15+ | Impuesto federal sobre la renta, FICA, impuesto estatal, 401k, HSA |
🇬🇧 Reino Unido | 10+ | Impuesto sobre la renta, NI, SDLT, reembolso de préstamos estudiantiles |
🇲🇦 Marruecos | 10+ | IR, CNSS, TVA |
🇸🇳 Senegal | 10+ | IR, CSS, TVA |
Salud y deporte (más de 50 herramientas)
IMC, TMB (Mifflin/Harris-Benedict), Gasto Energético Total (TDEE), zonas de frecuencia cardíaca (Karvonen), 1RM (Epley/Brzycki), VAM (Cooper/Luc-Léger), VO2max, predicción de carrera (Riegel), ritmo de maratón/media maratón, fecha de parto (3 métodos), calendario de ovulación, grasa corporal (método de la Marina), calorías diarias, macros, hidratación.
Matemáticas (más de 60 herramientas)
Porcentajes (aumento/disminución/proporción), promedios (ponderado/geométrico/armónico), Pitágoras, área (triángulo/círculo/rectángulo/trapecio/polígono), volumen (esfera/cilindro/cono/cubo), perímetro, ecuaciones (1er/2do grado), sucesiones (aritmética/geométrica), fracciones, estadística (media/mediana/moda/desviación estándar), MCD/MCM, conversión de bases.
Construcción (más de 40 herramientas)
Volumen y mezcla de hormigón (B25 DTU 21), cobertura de pintura, cantidad de azulejos, dimensiones de escaleras (fórmula de Blondel), valor R de aislamiento, superficie y pendiente de tejado, sección de cable (NF C 15-100), dimensionamiento de vigas (Eurocódigo 5), tonelaje de grava/arena, rollos de papel pintado, placas de yeso.
Ciencia (más de 25 herramientas)
Ley de Ohm, leyes de Newton, cálculo de pH, dilución (C1V1=C2V2), densidad, desintegración radiactiva, velocidad del sonido, ley de los gases ideales, masa molar, concentración.
Conversiones (más de 40 herramientas)
Temperatura, distancia, peso, volumen, velocidad, presión, energía, almacenamiento de datos, unidades de cocina, tallas de zapatos, tallas de ropa, moneda.
Correr y ciclismo (más de 35 herramientas)
Calculadora de ritmo, VAM (6 métodos de prueba), VO2max, FTP, zonas de frecuencia cardíaca, predicción de carrera, plan de entrenamiento, quema de calorías, necesidades de hidratación, relación de marchas de bicicleta, presión de neumáticos.
Educación (más de 20 herramientas)
Calculadora de GPA (sistema francés bac/brevet), promedio ponderado, estadística, derivadas, combinatoria, distribuciones de probabilidad.
Inmobiliaria (más de 15 herramientas)
Rentabilidad del alquiler (bruta/neta/neta-neta), reducción de impuestos Pinel, elegibilidad PTZ, clase energética DPE, superficie Carrez, gastos notariales por departamento, comparación de préstamos.
Cocina y nutrición (más de 15 herramientas)
Calculadora nutricional de recetas, conversiones de repostería, carga glucémica, ingesta de cafeína, vitaminas diarias, conversiones de unidades (tazas/ml/oz).
Viajes (más de 10 herramientas)
Calculadora de peso de equipaje, recuperación del jet lag, presupuesto de viaje, adaptadores de voltaje, tiempo de exposición al sol.
Animales (más de 8 herramientas)
Calculadora de comida para perros/gatos, conversor de edad de mascotas (fórmula corregida), volumen de acuario, fecha de parto de cría.
Astronomía (más de 8 herramientas)
Salida/puesta del sol, fase lunar, producción de paneles solares, sensación térmica, índice de calor, secuestro de carbono.
Textil (más de 5 herramientas)
Metraje de tela, calculadora de hilo de tejer, conversores de tallas de anillos/sujetadores/sombreros.
Detalles técnicos
Propiedad | Valor |
Endpoint |
|
Transporte | HTTP transmitible (sin estado) |
Protocolo | MCP v1 ( |
Autenticación | Ninguna (gratuito, sin clave API) |
Límite de tasa | 1.000 llamadas/día |
Formato de respuesta | JSON estructurado con fórmula, fuente, URL de referencia |
Descubrimiento |
|
Ejemplo de uso
Pregunte a su asistente de IA:
"Calcula el impuesto sobre la renta francés sobre 45.000€ para una persona soltera"
El asistente llama a calculate_ir_france con {revenu_net_imposable: 45000, parts: 1} y devuelve:
{
"impot": 4611,
"taux_effectif": "10.2%",
"taux_marginal": "30%",
"tranches": [
{"min": 0, "max": 11624, "taux": "0%", "impot": 0},
{"min": 11624, "max": 29638, "taux": "11%", "impot": 1982},
{"min": 29638, "max": 45000, "taux": "30%", "impot": 2629}
],
"source": "Article 197 CGI — Loi de finances 2026",
"reference_url": "https://macalculatriceenligne.com/finance/fiscalite/calcul-impots/"
}Todas las categorías de herramientas
Finance FR (85) Finance BE (35) Finance CH (30)
Finance CA (25) Finance US (15) Finance UK (10)
Finance MA (10) Finance SN (10) Health (30)
Sport/Running (35) Math (60) Construction (40)
Science (25) Conversions (40) Education (20)
Real Estate (15) Cooking (15) Travel (10)
Animals (8) Astronomy (8) Textile (5)
Automotive (10)Total: 501 herramientas
Enlaces
Sitio web: macalculatriceenligne.com
Endpoint MCP: macalculatriceenligne.com/api/mcp
Página de información MCP: macalculatriceenligne.com/mcp/
Documentación API: macalculatriceenligne.com/api-docs/
Extensión de Chrome: Calculer Partout
Bot de Telegram: @macalculatrice_bot
Licencia
MIT
Available Tools
15 toolscalculate_bmiARead-onlyIdempotentInspect
Calculate Body Mass Index and the corresponding WHO weight category for an adult. Inputs: weight_kg (kilograms) and height_cm (centimeters). Returns the BMI value and category. Read-only and deterministic. Screening indicator only — not a medical diagnosis; not valid for children or athletes with high muscle mass.
| Name | Required | Description | Default |
|---|---|---|---|
| height_cm | Yes | Height in centimeters | |
| weight_kg | Yes | Weight in kilograms |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint and idempotentHint. The description adds that it is read-only and deterministic, and discloses return values (BMI and category) and limitations, complementing annotations without contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences: first states purpose, second lists inputs and outputs, third adds limitations. No unnecessary words, front-loaded with key information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite no output schema, the description states the tool returns BMI value and category, and includes usage restrictions. For a simple tool with two parameters, this is complete and actionable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%. The description mentions weight in kilograms and height in centimeters, matching schema units, but adds no additional meaning beyond that. Baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it calculates BMI and WHO weight category, specifying inputs and outputs. It distinguishes this tool from sibling calculator tools (e.g., tax, interest) by focusing on a specific health metric.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states the tool is a screening indicator only, not a medical diagnosis, and not valid for children or athletes with high muscle mass. This provides clear when-to-use and when-not-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_canada_federal_taxARead-onlyIdempotentInspect
Calculate Canadian FEDERAL income tax using CRA brackets and the basic personal amount. Use for a federal-only estimate; provincial/territorial tax and CPP/EI are NOT included, so the real total tax is higher. Input: income_cad (annual income in CAD). Returns basic personal amount, taxable income, federal tax, effective and marginal rates. Read-only, deterministic, estimate only.
| Name | Required | Description | Default |
|---|---|---|---|
| income_cad | Yes | Annual income in Canadian dollars (CAD) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint, idempotentHint, and destructiveHint. The description adds 'deterministic' and 'estimate only', and lists the output fields (basic personal amount, taxable income, federal tax, effective and marginal rates). No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, front-loaded with purpose, then usage guidelines, then input/output summary. No redundant information; every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple single-parameter tool with no output schema, the description covers purpose, inclusions/exclusions, input format, and output fields. It is complete and leaves no ambiguity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with a single parameter described as 'Annual income in Canadian dollars (CAD)'. The description repeats this information without adding extra semantics. Baseline 3 is appropriate as schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it calculates Canadian federal income tax using CRA brackets and basic personal amount, and distinguishes from siblings by specifying it is federal-only and excludes provincial tax and CPP/EI. The verb 'calculate' and resource are specific.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says to use for a federal-only estimate and notes what is not included (provincial tax, CPP/EI) and that the real total is higher. While it does not name alternative tools among siblings, it provides good context on when to use and limitations.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_compound_interestARead-onlyIdempotentInspect
Compute compound growth of a lump sum with A = P·(1+r/n)^(n·t). Use for savings, investment or retirement projections without periodic contributions. Inputs: principal (initial amount), annual_rate (annual rate in percent), years (duration), optional compounds_per_year (compounding frequency, default annual). Returns final amount, total interest earned and a yearly breakdown. Read-only, deterministic. For loans/repayments use calculate_loan_payment or calculate_mortgage instead.
| Name | Required | Description | Default |
|---|---|---|---|
| years | Yes | Investment duration in years | |
| principal | Yes | Initial amount | |
| annual_rate | Yes | Annual interest rate in % | |
| compounds_per_year | No | Compounding frequency per year |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description states 'Read-only, deterministic', which aligns with all annotations (readOnlyHint, idempotentHint, etc.). It also discloses returns (final amount, total interest, yearly breakdown), adding value beyond annotations. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences front-loaded with formula, then usage, inputs, returns, and alternatives. No wasted words; every sentence provides distinct information. Highly efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity of compound interest and absence of output schema, the description covers the formula, usage scope, all inputs (with clarification of optional parameter), and what is returned. It is complete for an agent to select and invoke this tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
While schema coverage is 100%, the description adds a misleading default value for 'compounds_per_year': it says default annual, but the schema clearly sets default 12 (monthly). This introduces confusion and undermines the otherwise clear parameter listing. The description does not add significant new meaning beyond the schema's own descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool computes compound growth using a specific formula, and explicitly distinguishes from alternatives like loan payment calculators. The verb 'Compute' and resource 'compound growth' are specific, and it mentions the tool is for projections without periodic contributions, differentiating it from siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly advises use for savings, investment, or retirement projections without periodic contributions, and directly names alternative tools (calculate_loan_payment, calculate_mortgage) for loans/repayments. This provides clear when-to-use and when-not-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_french_income_taxARead-onlyIdempotentInspect
Calculate French personal income tax (impôt sur le revenu) for the 2026 tax year using the official progressive brackets (Article 197 CGI) and the family-quotient system. Use when the user asks how much income tax they owe in France. Inputs: income (annual net taxable income in EUR) and optional parts (number of family-quotient shares, default 1 — e.g. 2 for a married couple, 2.5 with one child). Returns total tax, effective and marginal rates, and the per-bracket breakdown. Read-only and deterministic: same inputs always give the same result; no data is stored. Not tax advice. For payroll gross-to-net conversion use calculate_french_salary instead.
| Name | Required | Description | Default |
|---|---|---|---|
| parts | No | Number of fiscal shares (1=single, 2=married, +0.5 per child) | |
| income | Yes | Annual net taxable income in euros |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, openWorldHint. Description adds 'Read-only and deterministic: same inputs always give the same result; no data is stored' and 'Not tax advice.' Also details return values (total tax, effective/marginal rates, per-bracket breakdown), compensating for missing output schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Five well-structured sentences, each serving a distinct purpose (purpose, usage, inputs, outputs, determinism/disclaimer, sibling alternative). Front-loaded with essential info. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given tool complexity (progressive brackets, family quotient, deterministic), description covers all crucial aspects: year, legal basis, input semantics, output structure, safety properties, and sibling differentiation. No output schema, but description details returns. Complete for agentic use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers 100% parameters with descriptions. Description goes further with examples: 'e.g. 2 for a married couple, 2.5 with one child' for parts, and clarifies income as 'annual net taxable income in EUR'. Adds meaningful context beyond schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states verb 'calculate' and resource 'French personal income tax' with explicit reference to 2026 tax year, official brackets (Article 197 CGI), and family-quotient system. Distinguishes from sibling tool calculate_french_salary for payroll calculations.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says 'Use when the user asks how much income tax they owe in France' and provides clear alternative: 'For payroll gross-to-net conversion use calculate_french_salary instead.' This tells both when to use and when not to.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_french_salaryARead-onlyIdempotentInspect
Convert a French gross salary to net salary for 2026, applying the social-contribution rates of the selected employment status. Use when the user knows their gross pay and wants their take-home pay in France. Inputs: gross_monthly (gross monthly salary in EUR) and optional status ('cadre', 'non-cadre' or civil servant — see the enum). Returns monthly and annual net, total social contributions, and employer cost. Read-only, deterministic estimate based on standard rates; individual company agreements may differ. For income tax on that salary, use calculate_french_income_tax.
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Employment status | cadre |
| gross_monthly | Yes | Gross monthly salary in euros |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. Description adds context that it's a deterministic estimate based on standard rates and that individual company agreements may differ, providing additional behavioral insight beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, front-loaded with purpose, no redundant information, and clear structure.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Even without an output schema, the description lists return values (monthly and annual net, contributions, employer cost) and provides all necessary context: inputs, usage, limitations, and alternative tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. Description adds minimal extra context by restating schema descriptions and noting 'civil servant' as an alias for fonction_publique, but does not significantly enhance parameter understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states conversion from gross salary to net salary for French 2026 with specific employment statuses. Distinguishes from sibling tool calculate_french_income_tax by specifying that tool is for income tax.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states when to use ('user knows their gross pay and wants take-home pay in France') and provides a direct alternative for income tax calculation, showing when not to use this tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_loan_paymentARead-onlyIdempotentInspect
Calculate the fixed monthly payment of a generic amortizing loan when the term is expressed in months. Inputs: principal (amount borrowed), annual_rate (annual interest rate in percent), months (term in months). Returns monthly payment, total cost and total interest. Read-only and deterministic. Prefer calculate_mortgage if you want a term in years or an amortization schedule.
| Name | Required | Description | Default |
|---|---|---|---|
| months | Yes | Loan duration in months | |
| principal | Yes | Loan amount | |
| annual_rate | Yes | Annual interest rate in % |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and non-destructive. The description adds explicit statements 'Read-only and deterministic' and lists the return values (monthly payment, total cost, total interest), providing useful behavioral context beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences: first sentence states purpose and inputs, second adds returns and sibling guidance. Front-loaded and no extraneous words. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite no output schema, the description specifies the return values. Parameters are fully documented in schema. The description covers the tool's purpose, inputs, outputs, and appropriate use context. No gaps identified.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has 100% coverage with descriptions for all three parameters. The description reaffirms the meanings (e.g., 'principal (amount borrowed)') but does not add new information beyond what the schema already provides. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb ('Calculate'), the resource ('fixed monthly payment of a generic amortizing loan'), and the key condition ('when the term is expressed in months'). It also explicitly distinguishes from the sibling 'calculate_mortgage' which handles years or schedules.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly tells when to use this tool (term in months) and when to prefer the sibling 'calculate_mortgage' (term in years or amortization schedule). This is clear usage guidance with alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_mortgageARead-onlyIdempotentInspect
Calculate the fixed monthly payment, total interest and total cost of a mortgage or amortizing loan, with an optional month-by-month amortization schedule. Use for home-loan or any fixed-rate amortizing loan questions in any currency. Inputs: principal (amount borrowed), annual_rate (nominal annual interest rate in percent, e.g. 3.5), years (term in years), optional with_schedule (boolean — include the full amortization table). Read-only and deterministic. Does not include insurance, taxes or fees.
| Name | Required | Description | Default |
|---|---|---|---|
| years | Yes | Loan duration in years | |
| principal | Yes | Loan amount in currency units | |
| annual_rate | Yes | Annual interest rate in % | |
| with_schedule | No | Include first 12 months + last month amortization |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Description adds 'Read-only and deterministic' and 'Does not include insurance, taxes or fees' beyond the annotations (readOnlyHint, idempotentHint, etc.). No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, front-loaded with core function, then usage, then inputs. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers what tool does, parameters, and exclusions. Lacks description of the return format (e.g., output fields structure) since there is no output schema, but this is a minor gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Input schema has 100% description coverage. Description restates parameter meanings in natural language but does not add new semantic value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states it calculates fixed monthly payment, total interest, and total cost of a mortgage, with an optional amortization schedule. It distinguishes from siblings like 'calculate_compound_interest' by specifying it's for fixed-rate amortizing loans.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says 'Use for home-loan or any fixed-rate amortizing loan questions in any currency' and clarifies exclusions (insurance, taxes, fees). Does not mention when-not-to-use or alternatives, but the context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_percentageARead-onlyIdempotentInspect
Perform one of three percentage operations selected by operation: the value of a percent of a total, the percentage change between two values, or what percent one value is of another. Inputs: operation (see enum), a and b (the two operands — their meaning depends on the operation, as described in the parameter docs). Returns the numeric result with the applied formula. Read-only and deterministic.
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First value | |
| b | Yes | Second value | |
| operation | Yes | of: X% of Y; change: from A to B; what_pct: X is what % of Y |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already fully cover the safety profile (readOnlyHint, destructiveHint, idempotentHint). The description adds 'Read-only and deterministic' which is redundant but confirms behavior. No additional behavioral details (e.g., precision, error handling) are provided beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is four sentences, each serving a clear purpose: operations overview, inputs, return value, behavioral note. No wasted words. Information is front-loaded and efficiently structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple (no output schema, few parameters). The description covers what the tool does, inputs, and behavior. It could mention the return type (number) explicitly, but overall it is sufficiently complete for an agent to use correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with clear descriptions for each parameter and enum values. The description adds minimal value beyond restating that meanings depend on operation. With full schema coverage, baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it performs three specific percentage operations, naming the operation parameter and summarizing each. It distinguishes itself from sibling tools (all specialized calculators) as the only generic percentage calculator.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implicitly guides usage by naming the three operations and their effects. However, it does not explicitly state when to use this tool versus alternatives, or provide exclusion criteria. Since siblings are all domain-specific, the guidance is adequate but not explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_tdeeARead-onlyIdempotentInspect
Calculate Total Daily Energy Expenditure (maintenance calories) by multiplying a Basal Metabolic Rate by a standard activity factor. Inputs: bmr (basal metabolic rate in kcal — compute it first if unknown) and activity_level (see enum, from sedentary to very active). Returns TDEE in kcal/day. Read-only and deterministic. General guidance, not medical or dietary advice.
| Name | Required | Description | Default |
|---|---|---|---|
| bmr | Yes | Basal Metabolic Rate in kcal | |
| activity_level | Yes | Activity level |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnlyHint, idempotentHint, etc.), the description adds that the tool is deterministic and provides a disclaimer that it is general guidance, not medical advice.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two concise sentences, front-loading the purpose and listing inputs, output, and a disclaimer without any wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description explains the output (TDEE in kcal/day) and includes a disclaimer. For a simple deterministic tool with good annotations, it covers the essential context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the description adds minimal extra meaning beyond the schema's parameter descriptions. It mentions 'see enum' for activity_level but does not elaborate on the values.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description explicitly states the tool calculates TDEE by multiplying BMR by an activity factor. It clearly identifies the verb 'calculate' and the resource 'Total Daily Energy Expenditure', distinguishing it from siblings like calculate_bmi.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description advises to compute BMR first if unknown, providing clear context for when to use the tool. It implies usage after obtaining BMR, though it does not explicitly exclude other scenarios.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_uk_income_taxARead-onlyIdempotentInspect
Calculate UK income tax for the 2025/26 tax year using HMRC bands, including the personal-allowance taper above £100,000. Use for England/Wales/NI income tax questions (National Insurance is not included; Scottish bands are not modelled). Input: income (annual gross income in GBP). Returns personal allowance, taxable income, income tax, effective and marginal rates. Read-only, deterministic, estimate only.
| Name | Required | Description | Default |
|---|---|---|---|
| income | Yes | Annual gross income in GBP |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds behavioral traits beyond annotations: 'Read-only, deterministic, estimate only' and details about the personal allowance taper above £100k. This goes beyond the readOnlyHint and other annotations, providing useful context about the tool's behavior and limitations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise (4 sentences) and front-loaded: it starts with the core purpose, then gives usage guidelines, input, outputs, and properties. Every sentence adds value; no fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simple schema (one parameter, no output schema), the description is complete. It details input, output fields, tax year, bands, taper, and exclusions. It also explains return values since there is no output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already describes 'income' as 'Annual gross income in GBP' with a minimum of 0. The description reiterates this but adds no new semantic information. With 100% schema coverage, baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states what the tool does: calculates UK income tax for 2025/26 using HMRC bands, including personal allowance taper. It distinguishes itself from siblings by specifying geographic scope (England/Wales/NI) and exclusions (Scottish bands, National Insurance).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use: for England/Wales/NI income tax questions. It also specifies what is not included (National Insurance, Scottish bands). It could be improved by naming alternative tools for Scottish or NI tax, but the context is clear enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_us_federal_taxARead-onlyIdempotentInspect
Calculate US federal income tax for tax year 2026 using the IRS progressive brackets and the standard deduction for the chosen filing status. Use for a quick federal-only estimate; it does NOT include state income tax or FICA payroll taxes. Inputs: income (annual gross income in USD) and optional filing_status. Returns taxable income after standard deduction, federal tax, effective and marginal rates. Read-only and deterministic. Estimates only — not tax advice.
| Name | Required | Description | Default |
|---|---|---|---|
| income | Yes | Gross annual income in USD | |
| filing_status | No | Filing status | single |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only and idempotent. The description adds that it's deterministic and describes the return values (taxable income, federal tax, rates). Also includes disclaimer 'Estimates only — not tax advice'. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Four sentences, front-loaded with purpose. Each sentence adds value. Could be slightly trimmed but overall efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema, but description describes return values and key details (year, standard deduction). Complete enough for a simple tax calculator.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions for both income and filing_status. The description mentions inputs but does not add meaning beyond schema. Baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it calculates US federal income tax for 2026 using progressive brackets and standard deduction. It specifies the resource and distinguishes from siblings like calculate_canada_federal_tax.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says 'Use for a quick federal-only estimate' and warns it does not include state tax or FICA, guiding appropriate usage. It does not name alternative tools but context from sibling tools is sufficient.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_vat_genericARead-onlyIdempotentInspect
Add or remove VAT/GST/sales tax at any custom rate, for any country. Inputs: amount, rate (tax rate in percent) and optional mode (whether amount is before-tax or after-tax — see enum). Returns amount before tax, amount after tax and the tax amount. Read-only and deterministic. Country-specific helpers (French/UK/Swiss VAT…) exist in the full catalog via get_bundle_tools('finance-universal').
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ht=before tax, ttc=after tax | ht |
| rate | Yes | Tax rate in % | |
| amount | Yes | Amount |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only, idempotent, non-destructive. Description adds return format (before tax, after tax, tax amount) and reaffirms deterministic behavior, providing useful behavioral context beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Four concise sentences: purpose, inputs, outputs, and additional context. Every sentence adds value without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema, but description explains return values. Mentions country-specific alternatives. Covers all necessary information for a tax calculation tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers 100% of parameters with descriptions. Description restates inputs but adds minimal new information (e.g., 'rate in percent') beyond what schema provides. Baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states it adds/removes VAT/GST/sales tax at custom rate for any country, distinguishing it from sibling tools like calculate_percentage or country-specific tax calculators.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly tells when to use (custom rate, any country) and when to use alternatives (country-specific helpers via get_bundle_tools). Also notes deterministic, read-only nature.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
call_any_calculatorARead-onlyIdempotentInspect
Invoke ANY of the 446 calculators of the hosted macalc catalog by name — not just the core tools listed by this server. Workflow: 1) list_bundles to find the right domain, 2) get_bundle_tools(bundle_id) to get the exact tool name and its parameters, 3) call_any_calculator with that tool_name and its arguments object. The call is forwarded verbatim to the hosted macalc API (network request, no authentication, nothing stored beyond anonymous usage counters). Read-only and deterministic for a given catalog version. Returns the target calculator's JSON result ({result, formula, source, reference_url}) or a clear error if the tool name is unknown.
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | Arguments object for the target calculator, matching the parameter names given by get_bundle_tools. Pass {} if the tool takes no parameters. | |
| tool_name | Yes | Exact name of the target calculator as returned by get_bundle_tools (e.g. 'calculate_french_notary_fees'). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond annotations (readOnlyHint, etc.), the description adds: network request, no authentication, anonymous usage counters, verbatim forwarding, deterministic per catalog version, return structure ({result, formula, source, reference_url}) and error behavior. This fully discloses operational traits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Four sentences with no waste: first sentence states core purpose, second gives workflow, third adds implementation details, fourth describes output. Perfectly front-loaded and every sentence adds essential information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (dispatcher to 446 calculators) and absence of output schema, the description fully covers: what it does, how to use it, what to expect in return, safety/behavioral notes, and edge cases (unknown tool name). No gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema already covers both parameters with descriptions (100% coverage). Description adds workflow context and the explicit hint to pass {} if no parameters, marginally improving clarity beyond schema. The additional value is modest, so 4 rather than 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool invokes any of 446 calculators by name, distinguishing it from the specific calculator siblings via 'not just the core tools listed by this server'. The verb 'Invoke' combined with 'ANY' and the catalog size makes the scope unmistakable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides an explicit three-step workflow: list_bundles → get_bundle_tools → call_any_calculator, telling the agent exactly how to discover and call the correct tool. Also implies the specific calculator tools are alternatives for common cases, giving clear when-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_bundle_toolsARead-onlyIdempotentInspect
Return the tool names and descriptions inside one thematic bundle of the full macalc catalog. Use after list_bundles to discover a specific calculator, then invoke it with call_any_calculator. Input: bundle_id (one of the enum values, e.g. 'finance-france', 'sante', 'math'). Read-only and deterministic.
| Name | Required | Description | Default |
|---|---|---|---|
| bundle_id | Yes | Bundle ID from list_bundles |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Description adds 'Read-only and deterministic', which aligns with annotations (readOnlyHint, idempotentHint, destructiveHint=false). It also clarifies input is from enum values, fully disclosing behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Four concise statements covering purpose, usage flow, input details, and behavioral note with no redundancy. Every sentence is necessary.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one parameter and no output schema, the description fully covers purpose, usage, input, and behavior. No gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% with enum and description. Description adds examples but not substantial new meaning beyond the schema, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description specifies verb 'Return' and resource 'tool names and descriptions inside one thematic bundle', and distinguishes from sibling tools by placing it between list_bundles and call_any_calculator.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states 'Use after list_bundles to discover a specific calculator, then invoke it with call_any_calculator', providing clear when-to-use and workflow ordering.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_bundlesARead-onlyIdempotentInspect
List the 31 thematic bundles that organize the full macalc catalog of 446 calculators (finance by country, real-estate, health, math, construction, conversions…). Use this FIRST when the user needs a calculator that is not among this server's core tools, then call get_bundle_tools to see the tools of the relevant bundle. Takes no meaningful parameters. Read-only, deterministic, returns the same catalog every time.
| Name | Required | Description | Default |
|---|---|---|---|
| _unused | No | No parameters needed |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare read-only, idempotent, non-destructive. Description adds 'deterministic, returns the same catalog every time', reinforcing idempotency and behavioral guarantees.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, front-loaded with main action. Every sentence adds value without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description omits the structure of the returned bundles list. However, the simplicity of the tool (fixed catalog list) makes this acceptable, though slightly incomplete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers the single unused parameter fully. Description adds no new semantic information beyond confirming it's unused, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it lists the 31 thematic bundles organizing the macalc catalog, and distinguishes from sibling tools like get_bundle_tools by specifying its role as the entry point.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly instructs to use this tool first for non-core calculator needs, then call get_bundle_tools. Also notes that it takes no meaningful parameters.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
447 tool updates
v0.4.0- Removed
calculate_1rm_table - Removed
calculate_add_hours - Removed
calculate_age - Removed
calculate_age_in_units - Removed
calculate_alcohol_units - Removed
calculate_altitude_sickness - Removed
calculate_angle_convert - Removed
calculate_annuity_payment - Removed
calculate_anything - Removed
calculate_aquarium_volume - Removed
calculate_area - Removed
calculate_auto_entrepreneur - Removed
calculate_average - Removed
calculate_bac_points - Removed
calculate_baking_altitude - Removed
calculate_baking_conversion - Removed
calculate_base_converter - Removed
calculate_beam_load - Removed
calculate_belgian_car_advantage - Removed
calculate_belgian_donation - Removed
calculate_belgian_income_tax - Removed
calculate_belgian_pension - Removed
calculate_belgian_salary - Removed
calculate_belgian_social_contributions - Removed
calculate_belgian_vat - Removed
calculate_biorhythm - Removed
calculate_blood_alcohol - Changed
calculate_bmi1 field changed- changed
Output schema / (root)Previous value: -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "formula": { - "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", - "type": "string" - }, - "reference_url": { - "description": "Link to a calcul2 page documenting the calculation in detail.", - "type": "string" - }, - "result": { - "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." - }, - "source": { - "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", - "type": "string" - } - }, - "type": "object" -}New value: +null
- Removed
calculate_bmr - Removed
calculate_body_fat - Removed
calculate_body_fat_navy - Removed
calculate_bpm_to_ms - Removed
calculate_bra_size - Removed
calculate_bra_size_convert - Removed
calculate_braking_distance - Removed
calculate_braquet - Removed
calculate_bread_hydration - Removed
calculate_break_even - Removed
calculate_breeding_due_date - Removed
calculate_brevet_points - Removed
calculate_brick_count - Removed
calculate_buoyancy - Removed
calculate_burn_rate - Removed
calculate_cable_section - Removed
calculate_cable_section_electrical - Removed
calculate_cac_ltv_ratio - Removed
calculate_caffeine_clearance - Removed
calculate_caffeine_half_life - Removed
calculate_caffeine_intake - Removed
calculate_calories_burned - Removed
calculate_canada_combined_tax - Removed
calculate_canada_ei - Changed
calculate_canada_federal_tax1 field changed- changed
Output schema / (root)Previous value: -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "formula": { - "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", - "type": "string" - }, - "reference_url": { - "description": "Link to a calcul2 page documenting the calculation in detail.", - "type": "string" - }, - "result": { - "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." - }, - "source": { - "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", - "type": "string" - } - }, - "type": "object" -}New value: +null
- Removed
calculate_canada_rrq - Removed
calculate_capital_gains_property - Removed
calculate_car_depreciation - Removed
calculate_car_lease_vs_buy - Removed
calculate_carbon_footprint - Removed
calculate_carbon_sequestration - Removed
calculate_card_draw_probability - Removed
calculate_carpet_flooring - Removed
calculate_cat_age - Removed
calculate_cat_food - Removed
calculate_cat_pregnancy - Removed
calculate_cheque_repas - Removed
calculate_child_support - Removed
calculate_chinese_zodiac - Removed
calculate_churn_rate - Removed
calculate_clothing_size_convert - Removed
calculate_compost_volume - Changed
calculate_compound_interest1 field changed- changed
Output schema / (root)Previous value: -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "formula": { - "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", - "type": "string" - }, - "reference_url": { - "description": "Link to a calcul2 page documenting the calculation in detail.", - "type": "string" - }, - "result": { - "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." - }, - "source": { - "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", - "type": "string" - } - }, - "type": "object" -}New value: +null
- Removed
calculate_compound_interest_monthly - Removed
calculate_concrete_mix - Removed
calculate_concrete_stairs - Removed
calculate_condominium_charges - Removed
calculate_cone - Removed
calculate_confidence_interval - Removed
calculate_cooking_conversion - Removed
calculate_cooking_time - Removed
calculate_cost_per_use - Removed
calculate_cost_price - Removed
calculate_crop_factor - Removed
calculate_crypto_profit_loss - Removed
calculate_crypto_tax_fr - Removed
calculate_currency_cross_rate - Removed
calculate_currency_exchange - Removed
calculate_curtain_fabric - Removed
calculate_curtain_width - Removed
calculate_cycling_power - Removed
calculate_cylinder - Removed
calculate_daily_protein - Removed
calculate_daily_vitamins - Removed
calculate_data_transfer_time - Removed
calculate_day_of_week - Removed
calculate_days_between - Removed
calculate_debt_capacity - Removed
calculate_debt_service_ratio - Removed
calculate_debt_to_income - Removed
calculate_delivery_cost - Removed
calculate_density - Removed
calculate_density_convert - Removed
calculate_depth_of_field - Removed
calculate_dew_point - Removed
calculate_dice_probability - Removed
calculate_dilution - Removed
calculate_discount - Removed
calculate_discount_effective - Removed
calculate_distance_2d - Removed
calculate_distance_3d - Removed
calculate_distance_securite - Removed
calculate_distance_to_horizon - Removed
calculate_dog_age - Removed
calculate_dog_food - Removed
calculate_dog_pregnancy - Removed
calculate_dog_walking_calories - Removed
calculate_dollar_cost_average - Removed
calculate_dpe_energy_class - Removed
calculate_drain_slope - Removed
calculate_dress_alterations - Removed
calculate_due_date - Removed
calculate_earthquake_energy - Removed
calculate_ects_credits - Removed
calculate_electrical_power - Removed
calculate_electricity_cost - Removed
calculate_electricity_cost_appliance - Removed
calculate_ellipse - Removed
calculate_emergency_fund - Removed
calculate_employer_cost_fr - Removed
calculate_energy_physics - Removed
calculate_equation - Removed
calculate_ev_charging_cost - Removed
calculate_excavation - Removed
calculate_exchange_margin - Removed
calculate_exchange_rate_margin - Removed
calculate_expected_value_bet - Removed
calculate_exposure_triangle - Removed
calculate_fabric_needed - Removed
calculate_fabric_yardage - Removed
calculate_factorial_permutation - Removed
calculate_fertilizer_npk - Removed
calculate_fish_tank_heater - Removed
calculate_flight_distance - Removed
calculate_floor_area - Removed
calculate_flow_rate_convert - Removed
calculate_food_cost_per_serving - Removed
calculate_force - Removed
calculate_fraction - Removed
calculate_fraction_operations - Removed
calculate_freezer_duration - Removed
calculate_freezer_thaw_time - Changed
calculate_french_income_tax1 field changed- changed
Output schema / (root)Previous value: -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "formula": { - "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", - "type": "string" - }, - "reference_url": { - "description": "Link to a calcul2 page documenting the calculation in detail.", - "type": "string" - }, - "result": { - "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." - }, - "source": { - "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", - "type": "string" - } - }, - "type": "object" -}New value: +null
- Changed
calculate_french_salary1 field changed- changed
Output schema / (root)Previous value: -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "formula": { - "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", - "type": "string" - }, - "reference_url": { - "description": "Link to a calcul2 page documenting the calculation in detail.", - "type": "string" - }, - "result": { - "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." - }, - "source": { - "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", - "type": "string" - } - }, - "type": "object" -}New value: +null
- Removed
calculate_french_vat - Removed
calculate_frequency_note - Removed
calculate_fuel_consumption - Removed
calculate_fuel_cost - Removed
calculate_fuel_economy_conversion - Removed
calculate_future_value - Removed
calculate_garden_soil - Removed
calculate_garden_sunlight_hours - Removed
calculate_garden_water_needs - Removed
calculate_gas_fee_eth - Removed
calculate_gcd_lcm - Removed
calculate_gear_ratio - Removed
calculate_glycemic_load - Removed
calculate_gpa_french - Removed
calculate_grade_average - Removed
calculate_grade_needed - Removed
calculate_gravel_quantity - Removed
calculate_grocery_unit_comparison - Removed
calculate_harvest_date - Removed
calculate_hat_size - Removed
calculate_heart_rate_zones - Removed
calculate_heat_index - Removed
calculate_heat_pump_cop - Removed
calculate_horse_weight - Removed
calculate_hourly_cost - Removed
calculate_housing_aid - Removed
calculate_housing_loan_comparison - Removed
calculate_hydration - Removed
calculate_hydraulic_pressure - Removed
calculate_hyperfocal_distance - Removed
calculate_ideal_gas - Removed
calculate_ideal_weight - Removed
calculate_ideal_weight_range - Removed
calculate_impermanent_loss - Removed
calculate_inflation_adjusted_value - Removed
calculate_inflation_adjustment - Removed
calculate_inheritance_tax - Removed
calculate_insulation_r - Removed
calculate_insulation_r_value - Removed
calculate_insurance_estimate - Removed
calculate_international_shipping - Removed
calculate_inventory_eoq - Removed
calculate_inventory_turnover - Removed
calculate_jet_lag_recovery - Removed
calculate_kinetic_energy - Removed
calculate_knitting_yarn - Removed
calculate_laundry_cost - Removed
calculate_lawn_mowing_frequency - Removed
calculate_lawn_seed - Removed
calculate_leave_days - Removed
calculate_led_savings - Removed
calculate_life_path_numerology - Removed
calculate_light_year - Removed
calculate_light_year_distance - Removed
calculate_linear_regression - Removed
calculate_lmnp_amortization - Removed
calculate_lmnp_deficit - Removed
calculate_loan_early_repayment - Changed
calculate_loan_payment1 field changed- changed
Output schema / (root)Previous value: -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "formula": { - "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", - "type": "string" - }, - "reference_url": { - "description": "Link to a calcul2 page documenting the calculation in detail.", - "type": "string" - }, - "result": { - "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." - }, - "source": { - "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", - "type": "string" - } - }, - "type": "object" -}New value: +null
- Removed
calculate_loan_to_value - Removed
calculate_logarithm - Removed
calculate_lottery_odds - Removed
calculate_luggage_weight - Removed
calculate_malus_ecologique - Removed
calculate_marathon_splits - Removed
calculate_markup_margin - Removed
calculate_maternity_leave_fr - Removed
calculate_max_heart_rate - Removed
calculate_meat_cooking - Removed
calculate_meat_cooking_time - Removed
calculate_menstrual_cycle - Removed
calculate_mining_profitability - Removed
calculate_moon_phase - Removed
calculate_moroccan_cnss - Removed
calculate_moroccan_income_tax - Removed
calculate_moroccan_profit_foncier - Removed
calculate_moroccan_vat - Changed
calculate_mortgage1 field changed- changed
Output schema / (root)Previous value: -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "formula": { - "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", - "type": "string" - }, - "reference_url": { - "description": "Link to a calcul2 page documenting the calculation in detail.", - "type": "string" - }, - "result": { - "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." - }, - "source": { - "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", - "type": "string" - } - }, - "type": "object" -}New value: +null
- Removed
calculate_mortgage_insurance - Removed
calculate_motor_torque - Removed
calculate_moving_cost_detailed - Removed
calculate_moving_volume - Removed
calculate_net_worth - Removed
calculate_night_shift_pay - Removed
calculate_notary_fees - Removed
calculate_notary_fees_detailed - Removed
calculate_number_base_convert - Removed
calculate_ohms_law - Removed
calculate_one_rep_max - Removed
calculate_overtime_fr - Removed
calculate_overtime_pay_fr - Removed
calculate_ovulation - Removed
calculate_paint_needed - Removed
calculate_paint_quantity - Removed
calculate_paper_size_convert - Removed
calculate_parcoursup_points - Removed
calculate_parcoursup_score - Removed
calculate_part_time - Removed
calculate_passport_validity - Removed
calculate_pasta_portions - Removed
calculate_pendulum_period - Changed
calculate_percentage1 field changed- changed
Output schema / (root)Previous value: -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "formula": { - "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", - "type": "string" - }, - "reference_url": { - "description": "Link to a calcul2 page documenting the calculation in detail.", - "type": "string" - }, - "result": { - "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." - }, - "source": { - "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", - "type": "string" - } - }, - "type": "object" -}New value: +null
- Removed
calculate_percentage_change - Removed
calculate_percentile_rank - Removed
calculate_perimeter - Removed
calculate_pet_age - Removed
calculate_pet_bmi - Removed
calculate_pet_food_portion - Removed
calculate_pet_medication_dose - Removed
calculate_pet_vaccination_schedule - Removed
calculate_ph - Removed
calculate_pinel_tax_reduction - Removed
calculate_pipe_diameter - Removed
calculate_pipe_flow_rate - Removed
calculate_planet_weight - Removed
calculate_plaster - Removed
calculate_poker_hand_probability - Removed
calculate_pool_chlorine - Removed
calculate_pool_volume - Removed
calculate_portage_salarial - Removed
calculate_portfolio_allocation - Removed
calculate_power_unit_convert - Removed
calculate_pregnancy_due_date - Removed
calculate_present_value - Removed
calculate_pressure_convert - Removed
calculate_prime_activite - Removed
calculate_print_resolution - Removed
calculate_probability_binomial - Removed
calculate_profit_margin - Removed
calculate_projectile_motion - Removed
calculate_property_capital_gains_fr - Removed
calculate_property_tax_estimate_fr - Removed
calculate_property_tax_fr - Removed
calculate_property_transfer_tax - Removed
calculate_ptz_eligibility - Removed
calculate_puissance_fiscale - Removed
calculate_pump_power - Removed
calculate_purchasing_power - Removed
calculate_pyramid - Removed
calculate_pythagoras - Removed
calculate_quadratic_equation - Removed
calculate_quebec_income_tax - Removed
calculate_race_prediction - Removed
calculate_radioactive_decay - Removed
calculate_rainwater_collection - Removed
calculate_raised_bed_soil - Removed
calculate_ratio_simplify - Removed
calculate_reading_time - Removed
calculate_real_estate_agency_fees - Removed
calculate_recipe_nutrition - Removed
calculate_recipe_scale - Removed
calculate_recipe_scaling - Removed
calculate_regular_polygon - Removed
calculate_rent_increase_irl - Removed
calculate_rent_ratio - Removed
calculate_rental_profitability - Removed
calculate_rental_yield - Removed
calculate_rental_yield_gross - Removed
calculate_rental_yield_net - Removed
calculate_retirement_date - Removed
calculate_retirement_pension - Removed
calculate_retirement_savings_gap - Removed
calculate_reverb_predelay - Removed
calculate_ring_size - Removed
calculate_ring_size_convert - Removed
calculate_roi - Removed
calculate_roman_numeral - Removed
calculate_roof_area - Removed
calculate_roof_truss - Removed
calculate_rule_of_72 - Removed
calculate_rule_of_three - Removed
calculate_running_pace - Removed
calculate_salary_comparison_ppp - Removed
calculate_salary_hourly_to_annual - Removed
calculate_sample_size - Removed
calculate_savings_goal - Removed
calculate_scholarship_comparison - Removed
calculate_sci_is_vs_ir - Removed
calculate_seed_quantity - Removed
calculate_senegalese_css - Removed
calculate_senegalese_income_tax - Removed
calculate_senegalese_vat - Removed
calculate_sequence - Removed
calculate_severance_pay - Removed
calculate_shipping_volumetric - Removed
calculate_shoe_size - Removed
calculate_shoe_size_convert - Removed
calculate_simple_interest - Removed
calculate_sleep_cycles - Removed
calculate_slope - Removed
calculate_smoking_savings - Removed
calculate_soil_ph_amendment - Removed
calculate_solar_panel_output - Removed
calculate_solar_roi - Removed
calculate_solution_dilution - Removed
calculate_speed_distance_time - Removed
calculate_speed_of_sound - Removed
calculate_sphere - Removed
calculate_spring_constant - Removed
calculate_staircase - Removed
calculate_staking_rewards - Removed
calculate_stamp_duty_uk - Removed
calculate_star_magnitude_distance - Removed
calculate_statistics - Removed
calculate_string_tension - Removed
calculate_student_loan_repayment - Removed
calculate_study_schedule - Removed
calculate_sun_exposure - Removed
calculate_sunrise_approx - Removed
calculate_sunrise_sunset - Removed
calculate_sunscreen_reapply - Removed
calculate_surface_carrez - Removed
calculate_swimming_pace - Removed
calculate_swiss_income_tax - Removed
calculate_swiss_lpp - Removed
calculate_swiss_pillar3a - Removed
calculate_swiss_salary - Removed
calculate_swiss_vat - Removed
calculate_swiss_wealth_tax - Changed
calculate_tdee1 field changed- changed
Output schema / (root)Previous value: -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "formula": { - "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", - "type": "string" - }, - "reference_url": { - "description": "Link to a calcul2 page documenting the calculation in detail.", - "type": "string" - }, - "result": { - "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." - }, - "source": { - "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", - "type": "string" - } - }, - "type": "object" -}New value: +null
- Removed
calculate_telescope_magnification - Removed
calculate_tile_grout - Removed
calculate_tile_quantity - Removed
calculate_time_difference - Removed
calculate_time_signature_beats - Removed
calculate_time_zone_difference - Removed
calculate_timezone_convert - Removed
calculate_timezone_offset - Removed
calculate_tip - Removed
calculate_tip_split - Removed
calculate_tip_worldwide - Removed
calculate_torus - Removed
calculate_training_zones_running - Removed
calculate_travel_budget - Removed
calculate_travel_insurance - Removed
calculate_travel_insurance_estimate - Removed
calculate_triangle_heron - Removed
calculate_trigonometry - Removed
calculate_uk_council_tax - Changed
calculate_uk_income_tax1 field changed- changed
Output schema / (root)Previous value: -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "formula": { - "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", - "type": "string" - }, - "reference_url": { - "description": "Link to a calcul2 page documenting the calculation in detail.", - "type": "string" - }, - "result": { - "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." - }, - "source": { - "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", - "type": "string" - } - }, - "type": "object" -}New value: +null
- Removed
calculate_uk_ni_contributions - Removed
calculate_uk_student_loan - Removed
calculate_uk_vat - Removed
calculate_unemployment_benefit - Removed
calculate_unit_price - Removed
calculate_us_401k - Removed
calculate_us_capital_gains - Removed
calculate_us_child_tax_credit - Changed
calculate_us_federal_tax1 field changed- changed
Output schema / (root)Previous value: -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "formula": { - "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", - "type": "string" - }, - "reference_url": { - "description": "Link to a calcul2 page documenting the calculation in detail.", - "type": "string" - }, - "result": { - "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." - }, - "source": { - "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", - "type": "string" - } - }, - "type": "object" -}New value: +null
- Removed
calculate_us_fica - Removed
calculate_us_mortgage - Removed
calculate_us_paycheck - Removed
calculate_us_property_tax - Removed
calculate_us_state_tax - Removed
calculate_us_student_loan - Removed
calculate_vacation_days_fr - Removed
calculate_vacation_days_optimal - Changed
calculate_vat_generic1 field changed- changed
Output schema / (root)Previous value: -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "formula": { - "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", - "type": "string" - }, - "reference_url": { - "description": "Link to a calcul2 page documenting the calculation in detail.", - "type": "string" - }, - "result": { - "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." - }, - "source": { - "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", - "type": "string" - } - }, - "type": "object" -}New value: +null
- Removed
calculate_vat_reverse - Removed
calculate_velo_development - Removed
calculate_vma - Removed
calculate_vo2max - Removed
calculate_voltage_adapter - Removed
calculate_volume - Removed
calculate_waist_hip_ratio - Removed
calculate_wallpaper - Removed
calculate_wallpaper_rolls - Removed
calculate_water_bill - Removed
calculate_water_hardness - Removed
calculate_water_heater_size - Removed
calculate_water_intake - Removed
calculate_water_pressure_loss - Removed
calculate_wave_properties - Removed
calculate_wavelength_frequency - Removed
calculate_wind_chill - Removed
calculate_wire_gauge_convert - Removed
calculate_working_days - Removed
calculate_z_score - Added
call_any_calculator - Removed
convert_angle - Removed
convert_area - Removed
convert_cooking - Removed
convert_data_storage - Removed
convert_distance - Removed
convert_energy - Removed
convert_fuel_consumption - Removed
convert_pressure - Removed
convert_shoe_size - Removed
convert_speed - Removed
convert_temperature - Removed
convert_time - Removed
convert_volume - Removed
convert_weight - Changed
get_bundle_tools1 field changed- changed
Output schema / (root)Previous value: -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "formula": { - "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", - "type": "string" - }, - "reference_url": { - "description": "Link to a calcul2 page documenting the calculation in detail.", - "type": "string" - }, - "result": { - "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." - }, - "source": { - "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", - "type": "string" - } - }, - "type": "object" -}New value: +null
- Changed
list_bundles1 field changed- changed
Output schema / (root)Previous value: -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "formula": { - "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", - "type": "string" - }, - "reference_url": { - "description": "Link to a calcul2 page documenting the calculation in detail.", - "type": "string" - }, - "result": { - "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." - }, - "source": { - "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", - "type": "string" - } - }, - "type": "object" -}New value: +null
446 tool updates
v0.1.4- Changed
calculate_1rm_table1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_add_hours1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_age1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_age_in_units1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_alcohol_units1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_altitude_sickness1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_angle_convert1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_annuity_payment1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_anything1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_aquarium_volume1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_area1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_auto_entrepreneur1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_average1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_bac_points1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_baking_altitude1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_baking_conversion1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_base_converter1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_beam_load1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_belgian_car_advantage1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_belgian_donation1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_belgian_income_tax1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_belgian_pension1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_belgian_salary1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_belgian_social_contributions1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_belgian_vat1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_biorhythm1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_blood_alcohol1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_bmi1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_bmr1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_body_fat1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_body_fat_navy1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_bpm_to_ms1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_bra_size1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_bra_size_convert1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_braking_distance1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_braquet1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_bread_hydration1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_break_even1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_breeding_due_date1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_brevet_points1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_brick_count1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_buoyancy1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_burn_rate1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_cable_section1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_cable_section_electrical1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_cac_ltv_ratio1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_caffeine_clearance1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_caffeine_half_life1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_caffeine_intake1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_calories_burned1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_canada_combined_tax1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_canada_ei1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_canada_federal_tax1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_canada_rrq1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_capital_gains_property1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_car_depreciation1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_car_lease_vs_buy1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_carbon_footprint1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_carbon_sequestration1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_card_draw_probability1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_carpet_flooring1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_cat_age1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_cat_food1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_cat_pregnancy1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_cheque_repas1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_child_support1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_chinese_zodiac1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_churn_rate1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_clothing_size_convert1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_compost_volume1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_compound_interest1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_compound_interest_monthly1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_concrete_mix1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_concrete_stairs1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_condominium_charges1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_cone1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_confidence_interval1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_cooking_conversion1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_cooking_time1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_cost_per_use1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_cost_price1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_crop_factor1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_crypto_profit_loss1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_crypto_tax_fr1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_currency_cross_rate1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_currency_exchange1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_curtain_fabric1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_curtain_width1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_cycling_power1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_cylinder1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_daily_protein1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_daily_vitamins1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_data_transfer_time1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_day_of_week1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_days_between1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_debt_capacity1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_debt_service_ratio1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_debt_to_income1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_delivery_cost1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_density1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_density_convert1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_depth_of_field1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_dew_point1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_dice_probability1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_dilution1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_discount1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_discount_effective1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_distance_2d1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_distance_3d1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_distance_securite1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_distance_to_horizon1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_dog_age1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_dog_food1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_dog_pregnancy1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_dog_walking_calories1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_dollar_cost_average1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_dpe_energy_class1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_drain_slope1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_dress_alterations1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_due_date1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_earthquake_energy1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_ects_credits1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_electrical_power1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_electricity_cost1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_electricity_cost_appliance1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_ellipse1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_emergency_fund1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_employer_cost_fr1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_energy_physics1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_equation1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_ev_charging_cost1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_excavation1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_exchange_margin1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_exchange_rate_margin1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_expected_value_bet1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_exposure_triangle1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_fabric_needed1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_fabric_yardage1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_factorial_permutation1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_fertilizer_npk1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_fish_tank_heater1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_flight_distance1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_floor_area1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_flow_rate_convert1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_food_cost_per_serving1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_force1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_fraction1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_fraction_operations1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_freezer_duration1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_freezer_thaw_time1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_french_income_tax1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_french_salary1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_french_vat1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_frequency_note1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_fuel_consumption1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_fuel_cost1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_fuel_economy_conversion1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_future_value1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_garden_soil1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_garden_sunlight_hours1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_garden_water_needs1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_gas_fee_eth1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_gcd_lcm1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_gear_ratio1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_glycemic_load1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_gpa_french1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_grade_average1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_grade_needed1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_gravel_quantity1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_grocery_unit_comparison1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_harvest_date1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_hat_size1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_heart_rate_zones1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_heat_index1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_heat_pump_cop1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_horse_weight1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_hourly_cost1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_housing_aid1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_housing_loan_comparison1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_hydration1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_hydraulic_pressure1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_hyperfocal_distance1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_ideal_gas1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_ideal_weight1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_ideal_weight_range1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_impermanent_loss1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_inflation_adjusted_value1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_inflation_adjustment1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_inheritance_tax1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_insulation_r1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_insulation_r_value1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_insurance_estimate1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_international_shipping1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_inventory_eoq1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_inventory_turnover1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_jet_lag_recovery1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_kinetic_energy1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_knitting_yarn1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_laundry_cost1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_lawn_mowing_frequency1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_lawn_seed1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_leave_days1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_led_savings1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_life_path_numerology1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_light_year1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_light_year_distance1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_linear_regression1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_lmnp_amortization1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_lmnp_deficit1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_loan_early_repayment1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_loan_payment1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_loan_to_value1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_logarithm1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_lottery_odds1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_luggage_weight1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_malus_ecologique1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_marathon_splits1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_markup_margin1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_maternity_leave_fr1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_max_heart_rate1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_meat_cooking1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_meat_cooking_time1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_menstrual_cycle1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_mining_profitability1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_moon_phase1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_moroccan_cnss1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_moroccan_income_tax1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_moroccan_profit_foncier1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_moroccan_vat1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_mortgage1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_mortgage_insurance1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_motor_torque1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_moving_cost_detailed1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_moving_volume1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_net_worth1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_night_shift_pay1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_notary_fees1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_notary_fees_detailed1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_number_base_convert1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_ohms_law1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_one_rep_max1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_overtime_fr1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_overtime_pay_fr1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_ovulation1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_paint_needed1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_paint_quantity1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_paper_size_convert1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_parcoursup_points1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_parcoursup_score1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_part_time1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_passport_validity1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_pasta_portions1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_pendulum_period1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_percentage1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_percentage_change1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_percentile_rank1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_perimeter1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_pet_age1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_pet_bmi1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_pet_food_portion1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_pet_medication_dose1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_pet_vaccination_schedule1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_ph1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_pinel_tax_reduction1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_pipe_diameter1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_pipe_flow_rate1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_planet_weight1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_plaster1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_poker_hand_probability1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_pool_chlorine1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_pool_volume1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_portage_salarial1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_portfolio_allocation1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_power_unit_convert1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_pregnancy_due_date1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_present_value1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_pressure_convert1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_prime_activite1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_print_resolution1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_probability_binomial1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_profit_margin1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_projectile_motion1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_property_capital_gains_fr1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_property_tax_estimate_fr1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_property_tax_fr1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_property_transfer_tax1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_ptz_eligibility1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_puissance_fiscale1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_pump_power1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_purchasing_power1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_pyramid1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_pythagoras1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_quadratic_equation1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_quebec_income_tax1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_race_prediction1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_radioactive_decay1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_rainwater_collection1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_raised_bed_soil1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_ratio_simplify1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_reading_time1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_real_estate_agency_fees1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_recipe_nutrition1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_recipe_scale1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_recipe_scaling1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_regular_polygon1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_rent_increase_irl1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_rent_ratio1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_rental_profitability1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_rental_yield1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_rental_yield_gross1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_rental_yield_net1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_retirement_date1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_retirement_pension1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_retirement_savings_gap1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_reverb_predelay1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_ring_size1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_ring_size_convert1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_roi1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_roman_numeral1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_roof_area1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_roof_truss1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_rule_of_721 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_rule_of_three1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_running_pace1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_salary_comparison_ppp1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_salary_hourly_to_annual1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_sample_size1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_savings_goal1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_scholarship_comparison1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_sci_is_vs_ir1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_seed_quantity1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_senegalese_css1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_senegalese_income_tax1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_senegalese_vat1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_sequence1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_severance_pay1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_shipping_volumetric1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_shoe_size1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_shoe_size_convert1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_simple_interest1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_sleep_cycles1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_slope1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_smoking_savings1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_soil_ph_amendment1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_solar_panel_output1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_solar_roi1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_solution_dilution1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_speed_distance_time1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_speed_of_sound1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_sphere1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_spring_constant1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_staircase1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_staking_rewards1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_stamp_duty_uk1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_star_magnitude_distance1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_statistics1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_string_tension1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_student_loan_repayment1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_study_schedule1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_sun_exposure1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_sunrise_approx1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_sunrise_sunset1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_sunscreen_reapply1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_surface_carrez1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_swimming_pace1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_swiss_income_tax1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_swiss_lpp1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_swiss_pillar3a1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_swiss_salary1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_swiss_vat1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_swiss_wealth_tax1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_tdee1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_telescope_magnification1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_tile_grout1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_tile_quantity1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_time_difference1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_time_signature_beats1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_time_zone_difference1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_timezone_convert1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_timezone_offset1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_tip1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_tip_split1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_tip_worldwide1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_torus1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_training_zones_running1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_travel_budget1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_travel_insurance1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_travel_insurance_estimate1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_triangle_heron1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_trigonometry1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_uk_council_tax1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_uk_income_tax1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_uk_ni_contributions1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_uk_student_loan1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_uk_vat1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_unemployment_benefit1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_unit_price1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_us_401k1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_us_capital_gains1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_us_child_tax_credit1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_us_federal_tax1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_us_fica1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_us_mortgage1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_us_paycheck1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_us_property_tax1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_us_state_tax1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_us_student_loan1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_vacation_days_fr1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_vacation_days_optimal1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_vat_generic1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_vat_reverse1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_velo_development1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_vma1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_vo2max1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_voltage_adapter1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_volume1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_waist_hip_ratio1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_wallpaper1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_wallpaper_rolls1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_water_bill1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_water_hardness1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_water_heater_size1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_water_intake1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_water_pressure_loss1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_wave_properties1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_wavelength_frequency1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_wind_chill1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_wire_gauge_convert1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_working_days1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
calculate_z_score1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
convert_angle1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
convert_area1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
convert_cooking1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
convert_data_storage1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
convert_distance1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
convert_energy1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
convert_fuel_consumption1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
convert_pressure1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
convert_shoe_size1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
convert_speed1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
convert_temperature1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
convert_time1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
convert_volume1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
convert_weight1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
get_bundle_tools1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
- Changed
list_bundles1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "formula": { + "description": "Human-readable formula or method used (e.g. \"I=P·r·t\", \"Magnus formula\").", + "type": "string" + }, + "reference_url": { + "description": "Link to a calcul2 page documenting the calculation in detail.", + "type": "string" + }, + "result": { + "description": "Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools)." + }, + "source": { + "description": "Authoritative source for the rule or formula (e.g. \"Article 197 CGI\", \"NF DTU 21\").", + "type": "string" + } + }, + "type": "object" +}
384 tool updates
v0.1.1- Added
calculate_1rm_table - Added
calculate_add_hours - Added
calculate_age - Added
calculate_alcohol_units - Added
calculate_altitude_sickness - Added
calculate_angle_convert - Added
calculate_annuity_payment - Added
calculate_anything - Added
calculate_aquarium_volume - Added
calculate_auto_entrepreneur - Added
calculate_baking_altitude - Added
calculate_baking_conversion - Added
calculate_beam_load - Added
calculate_belgian_car_advantage - Added
calculate_belgian_donation - Added
calculate_belgian_income_tax - Added
calculate_belgian_pension - Added
calculate_belgian_salary - Added
calculate_belgian_social_contributions - Added
calculate_belgian_vat - Added
calculate_blood_alcohol - Added
calculate_bmi - Added
calculate_bmr - Added
calculate_body_fat - Added
calculate_body_fat_navy - Added
calculate_bpm_to_ms - Added
calculate_bra_size - Added
calculate_bra_size_convert - Added
calculate_braking_distance - Added
calculate_braquet - Added
calculate_bread_hydration - Added
calculate_breeding_due_date - Added
calculate_brick_count - Added
calculate_buoyancy - Added
calculate_burn_rate - Added
calculate_cable_section - Added
calculate_cable_section_electrical - Added
calculate_cac_ltv_ratio - Added
calculate_caffeine_clearance - Added
calculate_caffeine_half_life - Added
calculate_caffeine_intake - Added
calculate_calories_burned - Added
calculate_canada_combined_tax - Added
calculate_canada_ei - Added
calculate_canada_federal_tax - Added
calculate_canada_rrq - Added
calculate_capital_gains_property - Added
calculate_car_depreciation - Added
calculate_car_lease_vs_buy - Added
calculate_carbon_footprint - Added
calculate_carbon_sequestration - Added
calculate_card_draw_probability - Added
calculate_carpet_flooring - Added
calculate_cat_age - Added
calculate_cat_food - Added
calculate_cat_pregnancy - Added
calculate_cheque_repas - Added
calculate_child_support - Added
calculate_churn_rate - Added
calculate_clothing_size_convert - Added
calculate_compost_volume - Added
calculate_compound_interest_monthly - Added
calculate_concrete_stairs - Added
calculate_condominium_charges - Added
calculate_cone - Added
calculate_confidence_interval - Added
calculate_cooking_conversion - Added
calculate_cooking_time - Added
calculate_cost_per_use - Added
calculate_crop_factor - Added
calculate_crypto_profit_loss - Added
calculate_crypto_tax_fr - Added
calculate_currency_cross_rate - Added
calculate_currency_exchange - Added
calculate_curtain_fabric - Added
calculate_curtain_width - Added
calculate_cycling_power - Added
calculate_cylinder - Added
calculate_daily_protein - Added
calculate_daily_vitamins - Added
calculate_data_transfer_time - Added
calculate_days_between - Added
calculate_debt_capacity - Added
calculate_debt_service_ratio - Added
calculate_delivery_cost - Added
calculate_density - Added
calculate_density_convert - Added
calculate_depth_of_field - Added
calculate_dew_point - Added
calculate_dice_probability - Added
calculate_dilution - Added
calculate_discount_effective - Added
calculate_distance_2d - Added
calculate_distance_3d - Added
calculate_distance_securite - Added
calculate_distance_to_horizon - Added
calculate_dog_age - Added
calculate_dog_food - Added
calculate_dog_pregnancy - Added
calculate_dog_walking_calories - Added
calculate_dollar_cost_average - Added
calculate_dpe_energy_class - Added
calculate_drain_slope - Added
calculate_dress_alterations - Added
calculate_due_date - Added
calculate_earthquake_energy - Added
calculate_electrical_power - Added
calculate_electricity_cost - Added
calculate_electricity_cost_appliance - Added
calculate_ellipse - Added
calculate_emergency_fund - Added
calculate_employer_cost_fr - Added
calculate_energy_physics - Added
calculate_ev_charging_cost - Added
calculate_excavation - Added
calculate_exchange_margin - Added
calculate_exchange_rate_margin - Added
calculate_expected_value_bet - Added
calculate_exposure_triangle - Added
calculate_fabric_needed - Added
calculate_fabric_yardage - Added
calculate_fertilizer_npk - Added
calculate_fish_tank_heater - Added
calculate_flight_distance - Added
calculate_floor_area - Added
calculate_flow_rate_convert - Added
calculate_food_cost_per_serving - Added
calculate_force - Added
calculate_fraction_operations - Added
calculate_freezer_duration - Added
calculate_freezer_thaw_time - Added
calculate_frequency_note - Added
calculate_fuel_consumption - Added
calculate_fuel_cost - Added
calculate_fuel_economy_conversion - Added
calculate_future_value - Added
calculate_garden_soil - Added
calculate_garden_sunlight_hours - Added
calculate_garden_water_needs - Added
calculate_gas_fee_eth - Added
calculate_gear_ratio - Added
calculate_glycemic_load - Added
calculate_gpa_french - Added
calculate_grade_needed - Added
calculate_gravel_quantity - Added
calculate_grocery_unit_comparison - Added
calculate_harvest_date - Added
calculate_hat_size - Added
calculate_heart_rate_zones - Added
calculate_heat_index - Added
calculate_heat_pump_cop - Added
calculate_horse_weight - Added
calculate_hourly_cost - Added
calculate_housing_aid - Added
calculate_housing_loan_comparison - Added
calculate_hydration - Added
calculate_hydraulic_pressure - Added
calculate_hyperfocal_distance - Added
calculate_ideal_gas - Added
calculate_ideal_weight - Added
calculate_ideal_weight_range - Added
calculate_impermanent_loss - Added
calculate_inflation_adjusted_value - Added
calculate_inheritance_tax - Added
calculate_insulation_r - Added
calculate_insulation_r_value - Added
calculate_insurance_estimate - Added
calculate_international_shipping - Added
calculate_inventory_eoq - Added
calculate_inventory_turnover - Added
calculate_jet_lag_recovery - Added
calculate_kinetic_energy - Added
calculate_knitting_yarn - Added
calculate_laundry_cost - Added
calculate_lawn_mowing_frequency - Added
calculate_lawn_seed - Added
calculate_leave_days - Added
calculate_led_savings - Added
calculate_light_year - Added
calculate_light_year_distance - Added
calculate_linear_regression - Added
calculate_lmnp_amortization - Added
calculate_lmnp_deficit - Added
calculate_loan_early_repayment - Added
calculate_loan_to_value - Added
calculate_lottery_odds - Added
calculate_luggage_weight - Added
calculate_malus_ecologique - Added
calculate_marathon_splits - Added
calculate_markup_margin - Added
calculate_maternity_leave_fr - Added
calculate_max_heart_rate - Added
calculate_meat_cooking - Added
calculate_meat_cooking_time - Added
calculate_menstrual_cycle - Added
calculate_mining_profitability - Added
calculate_moon_phase - Added
calculate_moroccan_cnss - Added
calculate_moroccan_income_tax - Added
calculate_moroccan_profit_foncier - Added
calculate_moroccan_vat - Added
calculate_mortgage_insurance - Added
calculate_motor_torque - Added
calculate_moving_cost_detailed - Added
calculate_moving_volume - Added
calculate_net_worth - Added
calculate_night_shift_pay - Added
calculate_notary_fees - Added
calculate_notary_fees_detailed - Added
calculate_number_base_convert - Added
calculate_ohms_law - Added
calculate_one_rep_max - Added
calculate_overtime_fr - Added
calculate_overtime_pay_fr - Added
calculate_ovulation - Added
calculate_paint_needed - Added
calculate_paint_quantity - Added
calculate_paper_size_convert - Added
calculate_parcoursup_score - Added
calculate_part_time - Added
calculate_passport_validity - Added
calculate_pasta_portions - Added
calculate_pendulum_period - Added
calculate_percentage_change - Added
calculate_percentile_rank - Added
calculate_pet_age - Added
calculate_pet_bmi - Added
calculate_pet_food_portion - Added
calculate_pet_medication_dose - Added
calculate_pet_vaccination_schedule - Added
calculate_ph - Added
calculate_pinel_tax_reduction - Added
calculate_pipe_diameter - Added
calculate_pipe_flow_rate - Added
calculate_planet_weight - Added
calculate_plaster - Added
calculate_poker_hand_probability - Added
calculate_pool_chlorine - Added
calculate_pool_volume - Added
calculate_portage_salarial - Added
calculate_portfolio_allocation - Added
calculate_power_unit_convert - Added
calculate_pregnancy_due_date - Added
calculate_present_value - Added
calculate_pressure_convert - Added
calculate_prime_activite - Added
calculate_print_resolution - Added
calculate_projectile_motion - Added
calculate_property_capital_gains_fr - Added
calculate_property_tax_estimate_fr - Added
calculate_property_tax_fr - Added
calculate_property_transfer_tax - Added
calculate_ptz_eligibility - Added
calculate_puissance_fiscale - Added
calculate_pump_power - Added
calculate_pyramid - Added
calculate_quadratic_equation - Added
calculate_quebec_income_tax - Added
calculate_race_prediction - Added
calculate_radioactive_decay - Added
calculate_rainwater_collection - Added
calculate_raised_bed_soil - Added
calculate_ratio_simplify - Added
calculate_reading_time - Added
calculate_real_estate_agency_fees - Added
calculate_recipe_nutrition - Added
calculate_recipe_scale - Added
calculate_recipe_scaling - Added
calculate_regular_polygon - Added
calculate_rent_increase_irl - Added
calculate_rent_ratio - Added
calculate_rental_profitability - Added
calculate_rental_yield - Added
calculate_rental_yield_gross - Added
calculate_rental_yield_net - Added
calculate_retirement_date - Added
calculate_retirement_pension - Added
calculate_retirement_savings_gap - Added
calculate_reverb_predelay - Added
calculate_ring_size - Added
calculate_ring_size_convert - Added
calculate_roman_numeral - Added
calculate_roof_area - Added
calculate_roof_truss - Added
calculate_rule_of_72 - Added
calculate_running_pace - Added
calculate_salary_comparison_ppp - Added
calculate_salary_hourly_to_annual - Added
calculate_sample_size - Added
calculate_savings_goal - Added
calculate_scholarship_comparison - Added
calculate_sci_is_vs_ir - Added
calculate_seed_quantity - Added
calculate_senegalese_css - Added
calculate_senegalese_income_tax - Added
calculate_senegalese_vat - Added
calculate_severance_pay - Added
calculate_shipping_volumetric - Added
calculate_shoe_size - Added
calculate_shoe_size_convert - Added
calculate_sleep_cycles - Added
calculate_slope - Added
calculate_smoking_savings - Added
calculate_soil_ph_amendment - Added
calculate_solar_panel_output - Added
calculate_solar_roi - Added
calculate_solution_dilution - Added
calculate_speed_distance_time - Added
calculate_speed_of_sound - Added
calculate_sphere - Added
calculate_spring_constant - Added
calculate_staircase - Added
calculate_staking_rewards - Added
calculate_stamp_duty_uk - Added
calculate_star_magnitude_distance - Added
calculate_string_tension - Added
calculate_student_loan_repayment - Added
calculate_study_schedule - Added
calculate_sun_exposure - Added
calculate_sunrise_approx - Added
calculate_sunrise_sunset - Added
calculate_sunscreen_reapply - Added
calculate_surface_carrez - Added
calculate_swimming_pace - Added
calculate_swiss_income_tax - Added
calculate_swiss_lpp - Added
calculate_swiss_pillar3a - Added
calculate_swiss_salary - Added
calculate_swiss_vat - Added
calculate_swiss_wealth_tax - Added
calculate_tdee - Added
calculate_telescope_magnification - Added
calculate_tile_grout - Added
calculate_tile_quantity - Added
calculate_time_difference - Added
calculate_time_signature_beats - Added
calculate_time_zone_difference - Added
calculate_timezone_convert - Added
calculate_timezone_offset - Added
calculate_tip_split - Added
calculate_tip_worldwide - Added
calculate_torus - Added
calculate_training_zones_running - Added
calculate_travel_budget - Added
calculate_travel_insurance - Added
calculate_travel_insurance_estimate - Added
calculate_triangle_heron - Added
calculate_uk_council_tax - Added
calculate_uk_income_tax - Added
calculate_uk_ni_contributions - Added
calculate_uk_student_loan - Added
calculate_uk_vat - Added
calculate_unemployment_benefit - Added
calculate_us_401k - Added
calculate_us_capital_gains - Added
calculate_us_child_tax_credit - Added
calculate_us_federal_tax - Added
calculate_us_fica - Added
calculate_us_mortgage - Added
calculate_us_paycheck - Added
calculate_us_property_tax - Added
calculate_us_state_tax - Added
calculate_us_student_loan - Added
calculate_vacation_days_fr - Added
calculate_vacation_days_optimal - Added
calculate_vat_reverse - Added
calculate_velo_development - Added
calculate_vma - Added
calculate_vo2max - Added
calculate_voltage_adapter - Added
calculate_waist_hip_ratio - Added
calculate_wallpaper - Added
calculate_wallpaper_rolls - Added
calculate_water_bill - Added
calculate_water_hardness - Added
calculate_water_heater_size - Added
calculate_water_intake - Added
calculate_water_pressure_loss - Added
calculate_wave_properties - Added
calculate_wavelength_frequency - Added
calculate_wind_chill - Added
calculate_wire_gauge_convert - Added
calculate_working_days - Added
calculate_z_score
62 tool updates
- Added
calculate_age_in_units - Added
calculate_area - Added
calculate_average - Added
calculate_bac_points - Added
calculate_base_converter - Added
calculate_biorhythm - Added
calculate_break_even - Added
calculate_brevet_points - Added
calculate_chinese_zodiac - Added
calculate_compound_interest - Added
calculate_concrete_mix - Added
calculate_cost_price - Added
calculate_day_of_week - Added
calculate_debt_to_income - Added
calculate_discount - Added
calculate_ects_credits - Added
calculate_equation - Added
calculate_factorial_permutation - Added
calculate_fraction - Added
calculate_french_income_tax - Added
calculate_french_salary - Added
calculate_french_vat - Added
calculate_gcd_lcm - Added
calculate_grade_average - Added
calculate_inflation_adjustment - Added
calculate_life_path_numerology - Added
calculate_loan_payment - Added
calculate_logarithm - Added
calculate_mortgage - Added
calculate_parcoursup_points - Added
calculate_percentage - Added
calculate_perimeter - Added
calculate_probability_binomial - Added
calculate_profit_margin - Added
calculate_purchasing_power - Added
calculate_pythagoras - Added
calculate_roi - Added
calculate_rule_of_three - Added
calculate_sequence - Added
calculate_simple_interest - Added
calculate_statistics - Added
calculate_tip - Added
calculate_trigonometry - Added
calculate_unit_price - Added
calculate_vat_generic - Added
calculate_volume - Added
convert_angle - Added
convert_area - Added
convert_cooking - Added
convert_data_storage - Added
convert_distance - Added
convert_energy - Added
convert_fuel_consumption - Added
convert_pressure - Added
convert_shoe_size - Added
convert_speed - Added
convert_temperature - Added
convert_time - Added
convert_volume - Added
convert_weight - Added
get_bundle_tools - Added
list_bundles
TDQS
Scored across 15 tools
Most tools have clearly distinct purposes, but `call_any_calculator` could cause ambiguity as it can invoke any of 446 calculators, potentially overlapping with dedicated tools. However, the workflow is well-documented to use dedicated tools first.
The core calculators consistently use 'calculate_' prefix, while discovery tools use 'call_', 'get_', 'list_'. This slight inconsistency is acceptable given the different function groups.
15 tools is well-scoped for a calculator server, covering common domains and providing a gateway to hundreds more without being overwhelming.
The tool set covers key financial, health, and math calculations, and the bundle discovery mechanism ensures no major gaps—users can access 446 additional calculators if needed.
Maintenance
Related MCP Connectors
Free calculators as MCP tools: finance, taxes, health, units, dates. Search, fetch & compute.
SmartMoney77 MCP v0.6.0 — 14 public tools that turn financial questions into exact numbers and citable links. New: historical_investment_return and compare_investments, which compute "what if I had invested" results from real yearly price data. Also compound interest, FIRE number, credit-card payoff, emergency fund, inflation, latte factor, investment fees, cost of waiting, plus discovery/deep-link/share-pack tools for a catalog of calculators in 6 languages (he/en/ar/es/pt/in). Public, no login. Endpoint: https://smartmoney77.com/mcp
Math.js MCP — wraps the mathjs.org API (free, no auth)
Financial calculators over MCP: compound interest, FIRE, historical returns, deep links, 6 languages
Related MCP Servers
- AlicenseBqualityCmaintenanceA Model Context Protocol server that provides basic calculator functionality for LLMs, enabling them to perform mathematical operations like addition, subtraction, multiplication, division, modulo, and square root.6163 npm16MIT
- FlicenseCqualityFmaintenanceAn MCP server providing real-time currency conversion and exchange rate data through the Frankfurter API, enabling users to convert currencies, fetch latest or historical rates, and list available currencies.435-
- AlicenseBqualityDmaintenanceEnables AI assistants to calculate French individual income tax and retrieve current tax brackets using official government data. Supports household composition calculations and provides up-to-date tax information for French residents.1114Apache 2.0
- AlicenseCqualityCmaintenanceEnables financial research and analysis through AI agents that combine web search, content crawling, entity extraction, and deep research workflows. Supports extracting stock/fund entities with security codes and conducting structured financial investigations.925Apache 2.0