Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.09 KB

README.md

File metadata and controls

13 lines (9 loc) · 1.09 KB

StaticNumbers.jl

Build Status codecov.io PkgEval

This package provides number datatypes which store their values in type parameters, making them runtime constants.

Note: The glue code to StaticArrays.jl and SIMD.jl that was loaded automatically (using Requires.jl) in StaticNumbers release 0.3.3 is no longer loaded by default. It can be loaded with by running StaticNumbers.@glue_to StaticArrays and/or StaticNumbers.@glue_to SIMD, if needed.

See the documentation for more info.