Core: patanh fast-exit and plog10_float hi+lo accuracy fix
libeigen/eigen!2497 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
co-authored by
Rasmus Munk Larsen
parent
8ce370d9be
commit
92c7bb75ee
@@ -191,6 +191,7 @@ void unary_ops_test() {
|
||||
unary_op_test<Scalar>(UNARY_FUNCTOR_TEST_ARGS(exp));
|
||||
unary_op_test<Scalar>(UNARY_FUNCTOR_TEST_ARGS(exp2));
|
||||
unary_op_test<Scalar>(UNARY_FUNCTOR_TEST_ARGS(log));
|
||||
unary_op_test<Scalar>(UNARY_FUNCTOR_TEST_ARGS(log10));
|
||||
unary_op_test<Scalar>(UNARY_FUNCTOR_TEST_ARGS(sin));
|
||||
unary_op_test<Scalar>(UNARY_FUNCTOR_TEST_ARGS(cos));
|
||||
unary_op_test<Scalar>(UNARY_FUNCTOR_TEST_ARGS(tan));
|
||||
|
||||
Reference in New Issue
Block a user