Skip to content

perrutquist/StaticNumbers.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.