2018-03-04 10:09:32 -05:00
|
|
|
require_relative '../../spec_helper'
|
|
|
|
require_relative '../../shared/complex/numeric/arg'
|
2017-05-07 08:04:49 -04:00
|
|
|
|
|
|
|
describe "Numeric#phase" do
|
2018-01-29 11:08:16 -05:00
|
|
|
it_behaves_like :numeric_arg, :phase
|
2017-05-07 08:04:49 -04:00
|
|
|
end
|