Sha256: 4205e73248bc7ba0eb63c7b80fd6372fd0b98e63a4a7a31b622b6db3cd94bf3d
Contents?: true
Size: 463 Bytes
Versions: 18
Compression:
Stored size: 463 Bytes
Contents
require 'spec_helper' describe Danica::Operator::SquaredRoot do subject { described_class.new(9) } it_behaves_like 'an object that respond to basic_methods' it_behaves_like 'an object with basic operation' it_behaves_like 'a operator with a single input value', { variable_value: 9, expected_number: 3.0, expected_number_tex: '\sqrt{9}', expected_number_gnu: 'sqrt(9)', expected_tex: '\sqrt{X}', expected_gnu: 'sqrt(X)' } end
Version data entries
18 entries across 18 versions & 1 rubygems