Module: GSL::Interp2d::BugDetectHelper
- Defined in:
- lib/gsl/interp2d_fix.rb
Class Method Summary collapse
Class Method Details
.asymmetric_function(x, y) ⇒ Object
19 20 21 |
# File 'lib/gsl/interp2d_fix.rb', line 19 def asymmetric_function(x, y) x - 2*y end |