macalc
Server Details
The most comprehensive everyday calculator MCP server — 501 tools across 22 categories covering 8 countries' tax systems (FR, BE, CH, CA, US, UK, MA, SN). Finance, health, math, science, construction, conversions, education, sport, cooking, travel, and more. Free, no API key required. Streamable HTTP transport.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 0.0% over 38 days
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 446 tools
Many tools overlap in purpose, e.g., multiple cooking time calculators, several area/volume converters, and duplicate finance tools for different countries. An agent would struggle to choose the correct tool among similar options.
Most tools follow a calculate_verb_noun pattern, but some use convert_ and a few (list_bundles, get_bundle_tools) break the pattern. Inconsistencies like 'bpm_to_ms' vs 'convert_temperature' reduce predictability.
With 446 tools, the server is extremely bloated. It covers too many domains, making navigation and selection impractical. A typical agent would be overwhelmed and likely misselect tools.
Despite the huge number of tools, many subdomains have gaps (e.g., missing update/delete operations, incomplete CRUD for personal finance). The broad scope prevents any focused completeness.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
446 tool updates
- 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" +}
446 tool updates
- First observed
calculate_1rm_table - First observed
calculate_add_hours - First observed
calculate_age - First observed
calculate_age_in_units - First observed
calculate_alcohol_units - First observed
calculate_altitude_sickness - First observed
calculate_angle_convert - First observed
calculate_annuity_payment - First observed
calculate_anything - First observed
calculate_aquarium_volume - First observed
calculate_area - First observed
calculate_auto_entrepreneur - First observed
calculate_average - First observed
calculate_bac_points - First observed
calculate_baking_altitude - First observed
calculate_baking_conversion - First observed
calculate_base_converter - First observed
calculate_beam_load - First observed
calculate_belgian_car_advantage - First observed
calculate_belgian_donation - First observed
calculate_belgian_income_tax - First observed
calculate_belgian_pension - First observed
calculate_belgian_salary - First observed
calculate_belgian_social_contributions - First observed
calculate_belgian_vat - First observed
calculate_biorhythm - First observed
calculate_blood_alcohol - First observed
calculate_bmi - First observed
calculate_bmr - First observed
calculate_body_fat - First observed
calculate_body_fat_navy - First observed
calculate_bpm_to_ms - First observed
calculate_bra_size - First observed
calculate_bra_size_convert - First observed
calculate_braking_distance - First observed
calculate_braquet - First observed
calculate_bread_hydration - First observed
calculate_break_even - First observed
calculate_breeding_due_date - First observed
calculate_brevet_points - First observed
calculate_brick_count - First observed
calculate_buoyancy - First observed
calculate_burn_rate - First observed
calculate_cable_section - First observed
calculate_cable_section_electrical - First observed
calculate_cac_ltv_ratio - First observed
calculate_caffeine_clearance - First observed
calculate_caffeine_half_life - First observed
calculate_caffeine_intake - First observed
calculate_calories_burned - First observed
calculate_canada_combined_tax - First observed
calculate_canada_ei - First observed
calculate_canada_federal_tax - First observed
calculate_canada_rrq - First observed
calculate_capital_gains_property - First observed
calculate_car_depreciation - First observed
calculate_car_lease_vs_buy - First observed
calculate_carbon_footprint - First observed
calculate_carbon_sequestration - First observed
calculate_card_draw_probability - First observed
calculate_carpet_flooring - First observed
calculate_cat_age - First observed
calculate_cat_food - First observed
calculate_cat_pregnancy - First observed
calculate_cheque_repas - First observed
calculate_child_support - First observed
calculate_chinese_zodiac - First observed
calculate_churn_rate - First observed
calculate_clothing_size_convert - First observed
calculate_compost_volume - First observed
calculate_compound_interest - First observed
calculate_compound_interest_monthly - First observed
calculate_concrete_mix - First observed
calculate_concrete_stairs - First observed
calculate_condominium_charges - First observed
calculate_cone - First observed
calculate_confidence_interval - First observed
calculate_cooking_conversion - First observed
calculate_cooking_time - First observed
calculate_cost_per_use - First observed
calculate_cost_price - First observed
calculate_crop_factor - First observed
calculate_crypto_profit_loss - First observed
calculate_crypto_tax_fr - First observed
calculate_currency_cross_rate - First observed
calculate_currency_exchange - First observed
calculate_curtain_fabric - First observed
calculate_curtain_width - First observed
calculate_cycling_power - First observed
calculate_cylinder - First observed
calculate_daily_protein - First observed
calculate_daily_vitamins - First observed
calculate_data_transfer_time - First observed
calculate_day_of_week - First observed
calculate_days_between - First observed
calculate_debt_capacity - First observed
calculate_debt_service_ratio - First observed
calculate_debt_to_income - First observed
calculate_delivery_cost - First observed
calculate_density - First observed
calculate_density_convert - First observed
calculate_depth_of_field - First observed
calculate_dew_point - First observed
calculate_dice_probability - First observed
calculate_dilution - First observed
calculate_discount - First observed
calculate_discount_effective - First observed
calculate_distance_2d - First observed
calculate_distance_3d - First observed
calculate_distance_securite - First observed
calculate_distance_to_horizon - First observed
calculate_dog_age - First observed
calculate_dog_food - First observed
calculate_dog_pregnancy - First observed
calculate_dog_walking_calories - First observed
calculate_dollar_cost_average - First observed
calculate_dpe_energy_class - First observed
calculate_drain_slope - First observed
calculate_dress_alterations - First observed
calculate_due_date - First observed
calculate_earthquake_energy - First observed
calculate_ects_credits - First observed
calculate_electrical_power - First observed
calculate_electricity_cost - First observed
calculate_electricity_cost_appliance - First observed
calculate_ellipse - First observed
calculate_emergency_fund - First observed
calculate_employer_cost_fr - First observed
calculate_energy_physics - First observed
calculate_equation - First observed
calculate_ev_charging_cost - First observed
calculate_excavation - First observed
calculate_exchange_margin - First observed
calculate_exchange_rate_margin - First observed
calculate_expected_value_bet - First observed
calculate_exposure_triangle - First observed
calculate_fabric_needed - First observed
calculate_fabric_yardage - First observed
calculate_factorial_permutation - First observed
calculate_fertilizer_npk - First observed
calculate_fish_tank_heater - First observed
calculate_flight_distance - First observed
calculate_floor_area - First observed
calculate_flow_rate_convert - First observed
calculate_food_cost_per_serving - First observed
calculate_force - First observed
calculate_fraction - First observed
calculate_fraction_operations - First observed
calculate_freezer_duration - First observed
calculate_freezer_thaw_time - First observed
calculate_french_income_tax - First observed
calculate_french_salary - First observed
calculate_french_vat - First observed
calculate_frequency_note - First observed
calculate_fuel_consumption - First observed
calculate_fuel_cost - First observed
calculate_fuel_economy_conversion - First observed
calculate_future_value - First observed
calculate_garden_soil - First observed
calculate_garden_sunlight_hours - First observed
calculate_garden_water_needs - First observed
calculate_gas_fee_eth - First observed
calculate_gcd_lcm - First observed
calculate_gear_ratio - First observed
calculate_glycemic_load - First observed
calculate_gpa_french - First observed
calculate_grade_average - First observed
calculate_grade_needed - First observed
calculate_gravel_quantity - First observed
calculate_grocery_unit_comparison - First observed
calculate_harvest_date - First observed
calculate_hat_size - First observed
calculate_heart_rate_zones - First observed
calculate_heat_index - First observed
calculate_heat_pump_cop - First observed
calculate_horse_weight - First observed
calculate_hourly_cost - First observed
calculate_housing_aid - First observed
calculate_housing_loan_comparison - First observed
calculate_hydration - First observed
calculate_hydraulic_pressure - First observed
calculate_hyperfocal_distance - First observed
calculate_ideal_gas - First observed
calculate_ideal_weight - First observed
calculate_ideal_weight_range - First observed
calculate_impermanent_loss - First observed
calculate_inflation_adjusted_value - First observed
calculate_inflation_adjustment - First observed
calculate_inheritance_tax - First observed
calculate_insulation_r - First observed
calculate_insulation_r_value - First observed
calculate_insurance_estimate - First observed
calculate_international_shipping - First observed
calculate_inventory_eoq - First observed
calculate_inventory_turnover - First observed
calculate_jet_lag_recovery - First observed
calculate_kinetic_energy - First observed
calculate_knitting_yarn - First observed
calculate_laundry_cost - First observed
calculate_lawn_mowing_frequency - First observed
calculate_lawn_seed - First observed
calculate_leave_days - First observed
calculate_led_savings - First observed
calculate_life_path_numerology - First observed
calculate_light_year - First observed
calculate_light_year_distance - First observed
calculate_linear_regression - First observed
calculate_lmnp_amortization - First observed
calculate_lmnp_deficit - First observed
calculate_loan_early_repayment - First observed
calculate_loan_payment - First observed
calculate_loan_to_value - First observed
calculate_logarithm - First observed
calculate_lottery_odds - First observed
calculate_luggage_weight - First observed
calculate_malus_ecologique - First observed
calculate_marathon_splits - First observed
calculate_markup_margin - First observed
calculate_maternity_leave_fr - First observed
calculate_max_heart_rate - First observed
calculate_meat_cooking - First observed
calculate_meat_cooking_time - First observed
calculate_menstrual_cycle - First observed
calculate_mining_profitability - First observed
calculate_moon_phase - First observed
calculate_moroccan_cnss - First observed
calculate_moroccan_income_tax - First observed
calculate_moroccan_profit_foncier - First observed
calculate_moroccan_vat - First observed
calculate_mortgage - First observed
calculate_mortgage_insurance - First observed
calculate_motor_torque - First observed
calculate_moving_cost_detailed - First observed
calculate_moving_volume - First observed
calculate_net_worth - First observed
calculate_night_shift_pay - First observed
calculate_notary_fees - First observed
calculate_notary_fees_detailed - First observed
calculate_number_base_convert - First observed
calculate_ohms_law - First observed
calculate_one_rep_max - First observed
calculate_overtime_fr - First observed
calculate_overtime_pay_fr - First observed
calculate_ovulation - First observed
calculate_paint_needed - First observed
calculate_paint_quantity - First observed
calculate_paper_size_convert - First observed
calculate_parcoursup_points - First observed
calculate_parcoursup_score - First observed
calculate_part_time - First observed
calculate_passport_validity - First observed
calculate_pasta_portions - First observed
calculate_pendulum_period - First observed
calculate_percentage - First observed
calculate_percentage_change - First observed
calculate_percentile_rank - First observed
calculate_perimeter - First observed
calculate_pet_age - First observed
calculate_pet_bmi - First observed
calculate_pet_food_portion - First observed
calculate_pet_medication_dose - First observed
calculate_pet_vaccination_schedule - First observed
calculate_ph - First observed
calculate_pinel_tax_reduction - First observed
calculate_pipe_diameter - First observed
calculate_pipe_flow_rate - First observed
calculate_planet_weight - First observed
calculate_plaster - First observed
calculate_poker_hand_probability - First observed
calculate_pool_chlorine - First observed
calculate_pool_volume - First observed
calculate_portage_salarial - First observed
calculate_portfolio_allocation - First observed
calculate_power_unit_convert - First observed
calculate_pregnancy_due_date - First observed
calculate_present_value - First observed
calculate_pressure_convert - First observed
calculate_prime_activite - First observed
calculate_print_resolution - First observed
calculate_probability_binomial - First observed
calculate_profit_margin - First observed
calculate_projectile_motion - First observed
calculate_property_capital_gains_fr - First observed
calculate_property_tax_estimate_fr - First observed
calculate_property_tax_fr - First observed
calculate_property_transfer_tax - First observed
calculate_ptz_eligibility - First observed
calculate_puissance_fiscale - First observed
calculate_pump_power - First observed
calculate_purchasing_power - First observed
calculate_pyramid - First observed
calculate_pythagoras - First observed
calculate_quadratic_equation - First observed
calculate_quebec_income_tax - First observed
calculate_race_prediction - First observed
calculate_radioactive_decay - First observed
calculate_rainwater_collection - First observed
calculate_raised_bed_soil - First observed
calculate_ratio_simplify - First observed
calculate_reading_time - First observed
calculate_real_estate_agency_fees - First observed
calculate_recipe_nutrition - First observed
calculate_recipe_scale - First observed
calculate_recipe_scaling - First observed
calculate_regular_polygon - First observed
calculate_rent_increase_irl - First observed
calculate_rent_ratio - First observed
calculate_rental_profitability - First observed
calculate_rental_yield - First observed
calculate_rental_yield_gross - First observed
calculate_rental_yield_net - First observed
calculate_retirement_date - First observed
calculate_retirement_pension - First observed
calculate_retirement_savings_gap - First observed
calculate_reverb_predelay - First observed
calculate_ring_size - First observed
calculate_ring_size_convert - First observed
calculate_roi - First observed
calculate_roman_numeral - First observed
calculate_roof_area - First observed
calculate_roof_truss - First observed
calculate_rule_of_72 - First observed
calculate_rule_of_three - First observed
calculate_running_pace - First observed
calculate_salary_comparison_ppp - First observed
calculate_salary_hourly_to_annual - First observed
calculate_sample_size - First observed
calculate_savings_goal - First observed
calculate_scholarship_comparison - First observed
calculate_sci_is_vs_ir - First observed
calculate_seed_quantity - First observed
calculate_senegalese_css - First observed
calculate_senegalese_income_tax - First observed
calculate_senegalese_vat - First observed
calculate_sequence - First observed
calculate_severance_pay - First observed
calculate_shipping_volumetric - First observed
calculate_shoe_size - First observed
calculate_shoe_size_convert - First observed
calculate_simple_interest - First observed
calculate_sleep_cycles - First observed
calculate_slope - First observed
calculate_smoking_savings - First observed
calculate_soil_ph_amendment - First observed
calculate_solar_panel_output - First observed
calculate_solar_roi - First observed
calculate_solution_dilution - First observed
calculate_speed_distance_time - First observed
calculate_speed_of_sound - First observed
calculate_sphere - First observed
calculate_spring_constant - First observed
calculate_staircase - First observed
calculate_staking_rewards - First observed
calculate_stamp_duty_uk - First observed
calculate_star_magnitude_distance - First observed
calculate_statistics - First observed
calculate_string_tension - First observed
calculate_student_loan_repayment - First observed
calculate_study_schedule - First observed
calculate_sun_exposure - First observed
calculate_sunrise_approx - First observed
calculate_sunrise_sunset - First observed
calculate_sunscreen_reapply - First observed
calculate_surface_carrez - First observed
calculate_swimming_pace - First observed
calculate_swiss_income_tax - First observed
calculate_swiss_lpp - First observed
calculate_swiss_pillar3a - First observed
calculate_swiss_salary - First observed
calculate_swiss_vat - First observed
calculate_swiss_wealth_tax - First observed
calculate_tdee - First observed
calculate_telescope_magnification - First observed
calculate_tile_grout - First observed
calculate_tile_quantity - First observed
calculate_time_difference - First observed
calculate_time_signature_beats - First observed
calculate_time_zone_difference - First observed
calculate_timezone_convert - First observed
calculate_timezone_offset - First observed
calculate_tip - First observed
calculate_tip_split - First observed
calculate_tip_worldwide - First observed
calculate_torus - First observed
calculate_training_zones_running - First observed
calculate_travel_budget - First observed
calculate_travel_insurance - First observed
calculate_travel_insurance_estimate - First observed
calculate_triangle_heron - First observed
calculate_trigonometry - First observed
calculate_uk_council_tax - First observed
calculate_uk_income_tax - First observed
calculate_uk_ni_contributions - First observed
calculate_uk_student_loan - First observed
calculate_uk_vat - First observed
calculate_unemployment_benefit - First observed
calculate_unit_price - First observed
calculate_us_401k - First observed
calculate_us_capital_gains - First observed
calculate_us_child_tax_credit - First observed
calculate_us_federal_tax - First observed
calculate_us_fica - First observed
calculate_us_mortgage - First observed
calculate_us_paycheck - First observed
calculate_us_property_tax - First observed
calculate_us_state_tax - First observed
calculate_us_student_loan - First observed
calculate_vacation_days_fr - First observed
calculate_vacation_days_optimal - First observed
calculate_vat_generic - First observed
calculate_vat_reverse - First observed
calculate_velo_development - First observed
calculate_vma - First observed
calculate_vo2max - First observed
calculate_voltage_adapter - First observed
calculate_volume - First observed
calculate_waist_hip_ratio - First observed
calculate_wallpaper - First observed
calculate_wallpaper_rolls - First observed
calculate_water_bill - First observed
calculate_water_hardness - First observed
calculate_water_heater_size - First observed
calculate_water_intake - First observed
calculate_water_pressure_loss - First observed
calculate_wave_properties - First observed
calculate_wavelength_frequency - First observed
calculate_wind_chill - First observed
calculate_wire_gauge_convert - First observed
calculate_working_days - First observed
calculate_z_score - First observed
convert_angle - First observed
convert_area - First observed
convert_cooking - First observed
convert_data_storage - First observed
convert_distance - First observed
convert_energy - First observed
convert_fuel_consumption - First observed
convert_pressure - First observed
convert_shoe_size - First observed
convert_speed - First observed
convert_temperature - First observed
convert_time - First observed
convert_volume - First observed
convert_weight - First observed
get_bundle_tools - First observed
list_bundles
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.167 npm1MIT
- AlicenseCqualityAmaintenanceCompetitor Monitor AI - MCP server providing AI-powered tools and automation by MEOK AI Labs119 npm49 PyPIMIT
- AlicenseNot gradedqualityBmaintenanceEnables tracking competitor websites, changelogs, blog feeds, and pricing pages with meaningful diffs, classification, and Markdown digests via MCP tools for listing, adding, removing competitors, running checks, and retrieving digests or changes.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.