Minor tweaks & Fixed typo#452
Conversation
Signed-off-by: Marvin Hansen <marvin.hansen@gmail.com>
Signed-off-by: Marvin Hansen <marvin.hansen@gmail.com>
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Latest suggestions up to 425007f
Previous suggestionsSuggestions up to commit 425007f
✅ Suggestions up to commit f29aa7d
|
||||||||||||||||||||||||||||||||||||||||
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #452 +/- ##
==========================================
- Coverage 93.38% 93.36% -0.03%
==========================================
Files 854 854
Lines 38547 38556 +9
==========================================
Hits 35999 35999
- Misses 2548 2557 +9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: qodo-code-review[bot] <151058649+qodo-code-review[bot]@users.noreply.github.com>
Signed-off-by: Marvin Hansen <marvin.hansen@gmail.com>
User description
Describe your changes
test(deep_causality_num): Added atan impl to RealField and default impl.
Fixed typo
Issue ticket number and link
Code checklist before requesting a review
For details on make, please see BUILD.md
Note: The CI runs all of the above and fixing things before they hit CI speeds
up the review and merge process. Thank you.
PR Type
Enhancement, Tests
Description
Added
atanmethod toRealFieldtrait with documentationImplemented
atanforf32,f64, andDoubleFloattypesFixed typo in README.md documentation
Diagram Walkthrough
File Walkthrough
field_real.rs
Add atan method to RealField traitdeep_causality_num/src/algebra/field_real.rs
atanmethod signature toRealFieldtrait with comprehensivedocumentation
atanforf32type delegating tof32::atanatanforf64type delegating tof64::atanverification
traits_algebra.rs
Add atan implementation for DoubleFloatdeep_causality_num/src/float_double/traits_algebra.rs
atanmethod forDoubleFloattypeFloat::atanimplementationREADME.md
Fix typo and improve documentation formattingREADME.md