← Back to context Comment by adgjlsfhk1 4 years ago Julia is missing 32 bit and 16 bit hex floats unfortunately. 2 comments adgjlsfhk1 Reply simonbyrne 4 years ago You can just wrap the literal in a conversion function, eg Float32(0x1p52), which should get constant propagated at compile time. adgjlsfhk1 4 years ago I know, it just isn't as nice to read.
simonbyrne 4 years ago You can just wrap the literal in a conversion function, eg Float32(0x1p52), which should get constant propagated at compile time. adgjlsfhk1 4 years ago I know, it just isn't as nice to read.
You can just wrap the literal in a conversion function, eg Float32(0x1p52), which should get constant propagated at compile time.
I know, it just isn't as nice to read.