Closed AxelMontini closed 2 years ago
Looks like this PR is important to other crates depending on nalgebra.
E.g. https://github.com/strawlab/adskalman-rs/ won't build because it uses libm
feature.
Thanks!
@sebcrozet can you please publish a release that includes this fix? Thanks!
@astraw Release 0.7.2 is now published.
Changing
$cpysgn_mod
toFloat
is necessary to get the crate to build with onlylibm
as features.At least, this was a month ago.