Method: Mgmg::TPolynomial#smith_eff
- Defined in:
- lib/mgmg/poly.rb
#smith_eff(smith, comp = smith) ⇒ Object
189 190 191 |
# File 'lib/mgmg/poly.rb', line 189 def smith_eff(smith, comp=smith) partial_derivative('s').evaluate(smith, comp).quo(2*(smith-1)) end |