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
          
    