We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af1b3f commit 8b0eeb8Copy full SHA for 8b0eeb8
src/float.jl
@@ -3,7 +3,7 @@
3
StaticFloat64{N}
4
5
A statically sized `Float64`.
6
-Use `StaticInt(N)` instead of `Val(N)` when you want it to behave like a number.
+Use `StaticFloat64(N)` instead of `Val(N)` when you want it to behave like a number.
7
"""
8
struct StaticFloat64{N} <: Real
9
StaticFloat64{N}() where {N} = new{N::Float64}()
0 commit comments