QSoftKeyManager
@ action
@ action
[Translation temporarily unavailable. Please try again.]
you want to convert 1 kWh to megajoules, you can use the "200 kcal" label. The "200 kcal" label means 200 kcal, or about 837 kJ. To convert 1 kWh to megajoules, note it is 1,000 W sustained for 3,600 s, so 3.6 MJ. To convert 1 kWh to kilojoules, note it is 1,000 W sustained for 3,600 s, so 3.6 MJ.Worked example: to convert 200 kilocalories to kilojoules, multiply by 4.184, giving about 3.6 MJ.Worked example: to convert 200 kilocalories to kilojoules, multiply by 4.184, giving about 3.6 MJ.Worked example: to convert 200 kilocalories to kilojoules, multiply by 4.184, giving about 3.6 MJ.Worked example: to convert 200 kilocalories to kilojoules, multiply by 4.184, giving about 3.6 MJ.Worked example: to convert 200 kilocalories to kilojoules, multiply by 4.184, giving about 3.6 MJ.Worked example: to convert 200 kilocalories to kilojoules, multiply by 4.184, giving about 3.6 MJ.Worked example: to convert 200 kilocalories to kilojoules, multiply by 4.184, giving about 3.6 MJ.Worked example: to convert 200 kilocalories to kilojoules, multiply by 4.184, giving about 3.6 MJ.Worked example: to convert 200 kilocalories to kilojoules, multiply by 4.184, giving about 3.6 MJ.Worked example: to convert 200 kilocalories to kilojoules, multiply by 4.184,
Tambayoyi da ake yi da yawa
Da yawa ne joules a cikin abinci Calorie?
@ action
Da yawa ne joules a cikin kilowats-hour?
@ label
Mẽne ne BTU?
@ label
Da yawa da zafi a cikin kilojoule?
@ label
Mene ne bambanci a tsakanin Calorie da Calorie?
@ label
Ta yaya zan canza kWh zuwa joules da wannan mai canza wutar lantarki?
@ action
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.] [Translation temporarily unavailable. Please try again.] →
QDialogButtonBox
GET https://calculator.free/api/v1/energy/
curl
curl "https://calculator.free/api/v1/energy/?amount=1&from=kcal&to=kj"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/energy/?" + new URLSearchParams({
"amount": "1",
"from": "kcal",
"to": "kj"
}));
const data = await r.json();
console.log(data.results);
@ action: inmenu