- Notifications
You must be signed in to change notification settings - Fork20.7k
added all the temperature converter static methods#7021
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
added all the temperature converter static methods#7021
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-commenter commentedNov 1, 2025
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## master #7021 +/- ##========================================= Coverage 78.34% 78.34%- Complexity 6621 6627 +6========================================= Files 747 748 +1 Lines 22036 22043 +7 Branches 4322 4322 =========================================+ Hits 17264 17270 +6- Misses 4085 4086 +1 Partials 687 687 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
vil02 commentedNov 1, 2025
@Bhavan-Prakash: it seems to be already implemented in |
Bhavan-Prakash commentedNov 2, 2025
thanks for notifing me , i wasnt aware that the issue has been already implemented but why did you guys didnt closed this issue? |
Features Implemented
All formulas are implemented with precision up to 0.001 tolerance.
Testing
All JUnit test cases passed successfully inIntelliJ IDEA usingJUnit 5.
Reference
clang-format -i --style=file path/to/your/file.java