Skip to content

Commit

Permalink
fix #1277
Browse files Browse the repository at this point in the history
  • Loading branch information
nolta committed Sep 12, 2012
1 parent 8ca84bc commit 7a700cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/combinatorics.jl
Expand Up @@ -55,7 +55,7 @@ function binomial{T<:Integer}(n::T, k::T)
rr += 1
nn += 1
end
return sgn*convert(T,x)
return sgn*iround(T,x)
end

const nCr = binomial
Expand Down

0 comments on commit 7a700cb

Please sign in to comment.