Skip to content

Commit

Permalink
gcc doesn't declare expf in std
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaulat committed Feb 26, 2024
1 parent f064b74 commit 5de89be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ ProductDescriptionBlock::data_value(std::uint8_t level) const
}
else
{
f = std::expf((level - log_offset()) / log_scale());
f = expf((level - log_offset()) / log_scale());
}
break;

Expand Down

0 comments on commit 5de89be

Please sign in to comment.