Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added Riddler's method and updated Flutter example #29

Merged
merged 19 commits into from
Dec 19, 2021

Conversation

albertodev01
Copy link
Owner

Why?

I need to update the Flutter example in example/flutter_example and add a new root finding algorithm to the core library

What?

I've added the new Riddler type and updated the Flutter example.

Types of Changes

  • New feature (non-breaking change which adds functionality)
  • General improvements (quality updates to improve the stability of the project)

Notes

The Flutter example app is being worked on the flutter_example branch!

Checklist

  • I have provided a description of the proposed changes.
  • I added unit tests for all relevant code.
  • I added golden tests for all UI changes.
  • I added documentation for all relevant code.

@codecov-commenter
Copy link

codecov-commenter commented Dec 18, 2021

Codecov Report

Merging #29 (c0af23f) into master (ba95fc3) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #29   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           66        67    +1     
  Lines         2973      3004   +31     
=========================================
+ Hits          2973      3004   +31     
Impacted Files Coverage Δ
lib/src/algebraic/types/durand_kerner.dart 100.00% <ø> (ø)
.../src/interpolation/types/newton_interpolation.dart 100.00% <ø> (ø)
lib/src/nonlinear/nonlinear.dart 100.00% <ø> (ø)
lib/src/nonlinear/types/bisection.dart 100.00% <ø> (ø)
lib/src/nonlinear/types/brent.dart 100.00% <ø> (ø)
lib/src/nonlinear/types/chords.dart 100.00% <ø> (ø)
lib/src/nonlinear/types/newton.dart 100.00% <ø> (ø)
lib/src/nonlinear/types/regula_falsi.dart 100.00% <ø> (ø)
lib/src/nonlinear/types/secant.dart 100.00% <ø> (ø)
lib/src/nonlinear/types/steffensen.dart 100.00% <ø> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba95fc3...c0af23f. Read the comment docs.

@albertodev01 albertodev01 marked this pull request as ready for review December 18, 2021 18:23
@albertodev01 albertodev01 merged commit aebe4bb into master Dec 19, 2021
@albertodev01 albertodev01 deleted the develop branch December 19, 2021 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants