diff --git a/hdyc-svelte/src/lib/data/calculators.ts b/hdyc-svelte/src/lib/data/calculators.ts index ea251bf..11af87c 100644 --- a/hdyc-svelte/src/lib/data/calculators.ts +++ b/hdyc-svelte/src/lib/data/calculators.ts @@ -312,7 +312,7 @@ export const calculators: CalculatorDef[] = [ {...{"slug": "kbps-to-mbps", "name": "Kbps to Mbps", "category": "data", "type": "standard", "labels": {"in1": "Kilobits per second", "in2": "Megabits per second"}, "factor": 0.001}, descriptionHTML: `
Digital infrastructure quantifies bandwidth and storage through Kilobits per second and Megabits per second, keeping systems synchronized.
One Kilobits per second equals 0.001 megabits per second, so the mathematics remain stable across industries.
Maintaining these constants prevents miscommunication between logging, analytics, and transmission layers.
`}, {...{"slug": "kelvin-to-celsius", "name": "Kelvin to Celsius", "category": "temperature", "type": "standard", "labels": {"in1": "Kelvin", "in2": "Celsius"}, "factor": 1, "offset": -273.15}, descriptionHTML: `Thermal control and climate instrumentation rely on the relationship between Kelvin and Celsius.
One Kelvin equals subtract 273.15, so the mathematics remain stable across industries.
Keeping these metrics aligned ensures that research and logistics avoid thermal drift.
`}, {...{"slug": "kelvin-to-fahrenheit", "name": "Kelvin to Fahrenheit", "category": "temperature", "type": "standard", "labels": {"in1": "Kelvin", "in2": "Fahrenheit"}, "factor": 1.8, "offset": -459.67}, descriptionHTML: `Thermal control and climate instrumentation rely on the relationship between Kelvin and Fahrenheit.
One Kelvin equals multiply by 1.8 and subtract 459.67, so the mathematics remain stable across industries.
Keeping these metrics aligned ensures that research and logistics avoid thermal drift.
`}, - {"slug": "kelvin-to-rankine", "name": "Kelvin to Rankine", "category": "temperature", "type": "standard", "labels": {"in1": "Kelvin", "in2": "Rankine"}, "factor": 1.8}, descriptionHTML: `Thermal control and climate instrumentation rely on the relationship between Kelvin and Rankine.
One Kelvin equals 1.8 rankine, so the mathematics remain stable across industries.
Keeping these metrics aligned ensures that research and logistics avoid thermal drift.
`}, + {...{"slug": "kelvin-to-rankine", "name": "Kelvin to Rankine", "category": "temperature", "type": "standard", "labels": {"in1": "Kelvin", "in2": "Rankine"}, "factor": 1.8}, descriptionHTML: `Thermal control and climate instrumentation rely on the relationship between Kelvin and Rankine.
One Kelvin equals 1.8 rankine, so the mathematics remain stable across industries.
Keeping these metrics aligned ensures that research and logistics avoid thermal drift.
`}, {"slug": "kibibytes-to-kilobytes", "name": "Kibibytes to Kilobytes", "category": "data", "type": "standard", "labels": {"in1": "Kibibytes", "in2": "Kilobytes"}, "factor": 1.024}, descriptionHTML: `Digital infrastructure quantifies bandwidth and storage through Kibibytes and Kilobytes, keeping systems synchronized.
One Kibibytes equals 1.024 kilobytes, so the mathematics remain stable across industries.
Maintaining these constants prevents miscommunication between logging, analytics, and transmission layers.
`}, {"slug": "kilobits-to-bits", "name": "Kilobits to Bits", "category": "data", "type": "standard", "labels": {"in1": "Kilobits", "in2": "Bits"}, "factor": 1000}, descriptionHTML: `Digital infrastructure quantifies bandwidth and storage through Kilobits and Bits, keeping systems synchronized.
One Kilobits equals 1,000 bits, so the mathematics remain stable across industries.
Maintaining these constants prevents miscommunication between logging, analytics, and transmission layers.
`}, {"slug": "kilobits-to-megabits", "name": "Kilobits to Megabits", "category": "data", "type": "standard", "labels": {"in1": "Kilobits", "in2": "Megabits"}, "factor": 0.001}, descriptionHTML: `Digital infrastructure quantifies bandwidth and storage through Kilobits and Megabits, keeping systems synchronized.
One Kilobits equals 0.001 megabits, so the mathematics remain stable across industries.
Maintaining these constants prevents miscommunication between logging, analytics, and transmission layers.
`},