Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ktns committed May 12, 2012
1 parent 6fece0e commit 57cc455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ruphy/orbital/gaussian_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

its(:normalization_factor) do
should be_within(1e-5).of(
(2*Math::PI)**0.75*
(2/Math::PI)**0.75*
2**momenta.reduce(:+)*
zeta**((2*momenta.reduce(:+)+3).to_f/4)/
momenta.map do |m|
Expand Down

0 comments on commit 57cc455

Please sign in to comment.