Skip to content

Commit 9b57b9f

Browse files
committed
Attempt at reverting
1 parent 10792ae commit 9b57b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ for f in (:isfinite, :isinf, :isnan, :isreal, :isempty, :one)
179179
end
180180

181181
#Single-argument functions with dimensionless output that only work with scalar units (no offset)
182-
for f in (:iszero, :angle, :signbit, :sign)
182+
for f in (:iszero, :angle, :signbit)
183183
@eval Base.$f(q::AbstractQuantity) = (assert_scalar(unit(q)); $f(ustrip_base(q)))
184184
end
185185

0 commit comments

Comments
 (0)