dy = f(xi)
Yields:
dy = f(x)
Yield Parameters:
xiの値
Returns:
xiに対するyの値
16
# File 'lib/num4diff.rb', line 16 callback :f, [:double], :double