We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried installing in a Rails 6.0.3.4 projects Gemfile like this:
Gemfile
gem 'goal_seeker', git: 'https://github.com/nuk/goal_seeker'
And then I access the console rails c
rails c
irb(main):005:0> GoalSeeker => GoalSeeker
And when trying to run the README example:
irb(main):006:0> GoalSeeker.seek( irb(main):007:1* start: 100, irb(main):008:1* goal: 0, irb(main):009:1* max_cycles:100, irb(main):010:1* function: lambda { |x| x*x -5*x + 6 } irb(main):011:1> ) Traceback (most recent call last): 1: from (irb):6 ZeroDivisionError (divided by 0)
Can anyone help debug?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried installing in a Rails 6.0.3.4 projects
Gemfile
like this:gem 'goal_seeker', git: 'https://github.com/nuk/goal_seeker'
And then I access the console
rails c
And when trying to run the README example:
Can anyone help debug?
The text was updated successfully, but these errors were encountered: