Answer:
i think its d sorry if i am wrong
Answer:
I don't have a Apple, but I suggest you either contact Apple Help, or go to settings and see if you can reset it.
Add-on:
I hope this helped you at all.
The answer is Status bar
Hope my answer Helps! :)
You didn't include the original function, but the new function will contain something like:
function kelvin_to_celsius(k)
{
return k - 273.15;
}
Depending of course on your programming language.
The outcome for negative Kelvin is undefined, you could test for that.