module Mathpack::Functional

Public Class Methods

derivative(n, &f) click to toggle source
# File lib/mathpack/functional.rb, line 42
def self.derivative(n, &f)
  @@nth_derivator.(n).(f)
end