گۆڕەر
پلەی گەرمی گۆڕە لە نێوان سلسیۆس، فارنهایت و کلویندا
ئەنجامەکان نوێدەکرێنەوە کاتێک کە نوسیت
دەربارەی ئەم ژمێرە
the temperature converter is used to convert between Celsius and Fahrenheit, the temperature is converted to Fahrenheit by subtracting the zero by 32° and the degree size by 9/5. The temperature converter is used to convert between Celsius and Fahrenheit by subtracting the zero by 32° and the degree size by 9/5. The temperature converter is used to convert between Celsius and Fahrenheit by subtracting the zero by 32° and the degree size by 9/5. The temperature converter is used to convert between Celsius and Fahrenheit by subtracting the zero by 9/5.Worked example:The core relationships are °F = °C × 9/5 + 32, K = °C + 273.15 and °R = (°C + 273.15) × 9/5. The temperature converter is used to convert between Celsius and Fahrenheit.Worked example:The temperature converter is used to convert between Celsius and Fahrenheit.Worked example:The temperature converter is used to convert between Celsius and Fahrenheit.Worked example:The temperature converter is used to convert between Celsius and Fahrenheit.Worked example:The temperature converter is used to convert between Celsius and Fahrenheit.Worked example:The temperature converter is used to convert between Celsius and Fahrenheit.Worked example:The temperature converter is used to convert between Celsius and Fahrenheit.Worked example:The temperature converter is used to convert between Celsius and Fahrenheit.Worked example:The temperature converter is used to convert between Celsius and Fahrenheit.Worked example:The temperature converter is used to convert between Celsius and Fahrenheit.Worked example:The temperature converter is used to convert between Celsius and Fahrenheit.Worked example:The temperature converter is used to convert between Celsius and Fahrenheit.Worked example:The temperature converter is used to convert between Celsius and Fahrenheit.Worked example:The temperature converter is used to convert between Celsius and Fahrenheit.Worked example:The temperature converter is used to convert between Celsius and Fahrenheit.Worked example:The temperature converter is used to convert between Celsius and Fahrenheit.Worked example:The temperature converter is used to convert between Celsius and Fahrenheit.Worked example:The temperature converter is used to convert between Celsius and Fahrenheit.Worked example:The temperature converter is used to convert between Celsius and Fahrenheit.
پرسیاری زۆر کراوە
چۆن پلەی سیلسیۆس دەگۆڕم بۆ پلەی فارێنهیت؟
. پلەی سلیزی زیاد بکە بە 9/5 وە ٣٢ زیاد بکە. کەواتە ١٠٠ پلەی سلیزی = ١٠٠ × ١. ٨ + ٣٢ = ٢١٢ پلەی فێرن، پلەی گەرمی ئاو، و ٠ پلەی سلیزی = ٣٢ پلەی فێرن، پلەی شلبوون
چۆن فارنهایت دەگۆڕم بۆ سیلسیۆس؟
٣٢ کەمبکەرەوە، پاشان بە ٥/٩ زیاد بکە. بۆ نمونە ٩٨.٦ °F = (٩٨.٦ - ٣٢) × ٥/٩ = ٣٧ °C، پلەی گەرمی ئاسایی جەستە
کیڵڤین چیە؟
Kelvin ە پلەی گەرمی تەواوە کە لە زانستدا بەکاردێت. هەمان پلەی وەک سلسیۆس بەکاردەهێنێت بەڵام لە سەفەری تەواوەوە دەست پێدەکات، کەواتە K = °C + 273. 15 ئاو لە 273. 15 K دا دەجوڵێت
لە چ پلەیەکدا پلەی سیلسیۆس و پلەی فارێنهیت یەکسانن؟
لە ئەم گۆڕە گەرمیەدا دوو پێوانە هەمان شت دەخوێننەوە لە −٤٠°: −٤٠ °C = −٤٠ °F. ئەمە تەنها خاڵێکە کە +٣٢ ئۆفسێت و فاکتەرەکانی پێوانە ٩/٥ ی لێ هەڵدەوەشێتەوە.
پلەی گەرمی ئاسایی لەش چیە بە پلەی سیلسیۆس و پلەی فارێنشێت؟
گەرمای ئاسایی لەش بۆ مرۆڤ نزیکەی ٣٧ پلەی سیلیزییە، کە ٩٨.٦ پلەی فارێنتییە.
سێوەرە مطلقەکە چیە؟
سەفەری تەواو کە کەمترین پلەی گەرمییەیە کە دەکرێت، 0 K، هاوتایە لەگەڵ −273.15 °C یان −459.67 °F. لەو خاڵەدا جوڵەی گەردیلەکان لە کەمترین ئاستی تیۆرییدا دەبێت.
پلەی ڕانکینی چیە؟
ڕانکینە پێوانەیەکی تەواوە وەک کلیڤین بەڵام پلەی فارێنهایت بەکاردەهێنێت، بۆیە لە سەد پلە دەست پێدەکات و ئاویش لە ٤٩١.٦٧ پلە بەتاڵ دەبێتەوە.
API - ئەم ژمێرەرانە لە کۆد بەکاربهێنە
ئەم ژمێرەرە بانگ بکە وەک خاڵێکی کۆتایی JSON - هیچ کێڵگەیەک پێویست ناکات. بایەخی بەشی خوارەوە بنێرێت وەک پارامەتری پرسیار یان JSON. پەڕەی زانیارییەکانی API بخوێنە →
خاڵى کۆتایی
GET https://calculator.free/api/v1/temperature/
curl
curl "https://calculator.free/api/v1/temperature/?amount=1&from=C&to=F"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/temperature/?" + new URLSearchParams({
"amount": "1",
"from": "C",
"to": "F"
}));
const data = await r.json();
console.log(data.results);
ئەنجامەکان تەنها بۆ ڕێنمایی گشتین، نەک بۆ ڕاوێژی دارایی، پزیشکی یان باج.