JeffreySarnoff / SaferIntegers.jl

These integer types use checked arithmetic, otherwise they are as system types.
MIT License
59 stars 10 forks source link

Fix type parameter in exponentiation #34

Closed jishnub closed 1 year ago

jishnub commented 1 year ago

I think this is the intended behavior, as the type parameter S2 was unused otherwise.

JeffreySarnoff commented 1 year ago

thank you