Method: Mgmg::TPolynomial#comp_eff
- Defined in:
- lib/mgmg/poly.rb
#comp_eff(smith, comp = smith) ⇒ Object
192 193 194 |
# File 'lib/mgmg/poly.rb', line 192 def comp_eff(smith, comp=smith) partial_derivative('c').evaluate(smith, comp).quo(4*(comp-1)) end |