Skip to content

Commit 988878a

Browse files
committed
one of irrationals = true not 1
1 parent 735f65a commit 988878a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Generic ##
22

3-
Base.one(::Irrational) = 1
3+
Base.one(::Irrational) = true
44

55
function vcatmapreduce(f, args...)
66
init = vcat(f(first.(args)...,))

0 commit comments

Comments
 (0)