Skip to content

Commit ecdc064

Browse files
committed
Corrected error in ldexp() doc
1 parent 139136c commit ecdc064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Floatmu.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ NaNμ(::Type{Floatmu{szE,szf}}) where {szE, szf} = Floatmu{szE,szf}(exponent_mas
290290
291291
Return ``x \\times 2^n``.
292292
293-
!!! Info
293+
!!! info
294294
This is a quick-and-dirty implementation.
295295
296296
# Examples

0 commit comments

Comments
 (0)