Skip to content

Commit fedea57

Browse files
committed
use one(f) instead of one(space(f))
1 parent a8dd49b commit fedea57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/specialfunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function /(c::Number,f::Fun)
111111
r=roots(f)
112112
tol=10eps(promote_type(typeof(c),cfstype(f)))
113113
@assert length(r)==0
114-
\(Multiplication(f,space(f)),c*one(space(f));tolerance=tol)
114+
\(Multiplication(f,space(f)),c*one(f);tolerance=tol)
115115
end
116116

117117

0 commit comments

Comments
 (0)