bibun 0.0.1
This gem allows to do simulation runs of systems of ordinary differential equations of one independent variable using numerical Runge-Kutta methods for approximation. Contains some features like calculation of separate additive terms of the differential equations, calculation of custom expressions and logging and printing runs to csv files, which engineers may find convenient.
          Gemfile:
          =
        
        
          安裝:
          =
        
      Runtime 相依性套件 (4):
Development 相依性套件 (8):
            benchmark
            ~> 0.4
          
          
            rake
            ~> 13.3
          
          
            rspec
            ~> 3.13
          
          
            rubocop
            ~> 1.80
          
          
            rubocop-rspec
            ~> 3.7
          
          
            ruby-prof
            ~> 1.7
          
          
            super_diff
            ~> 0.16
          
          
            yard
            ~> 0.9
          
    