class Keisan::Functions::Imag

Public Class Methods

new() click to toggle source
Calls superclass method Keisan::Functions::CMathFunction::new
# File lib/keisan/functions/imag.rb, line 4
def initialize
  super("imag", Proc.new {|arg| arg.imag})
end