Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wellbelove committed Dec 5, 2023
1 parent 5c3341e commit bdba480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/etl/math.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace etl
#include "private/diagnostic_float_equal_push.h"
template <typename T>
ETL_CONSTEXPR
typename etl::enable_if<etl::is_floating_point<T>::value, bool>::ty
typename etl::enable_if<etl::is_floating_point<T>::value, bool>::type
is_nan(T value)
{
return (value != value);
Expand Down

0 comments on commit bdba480

Please sign in to comment.