SpiceQA
Questions
Tags
Users
Badges
user_13059497
@user_13059497
0
reputation
0
answers
4
questions
About Me
// Hello, World !
Top Answers
Difference between std::fabs(a * b) and std::fabs(a) * std::fabs(b)
4 votes
How to Calculate A to the power B without use of multiplication and divsion operator?
1 votes
Top Questions
Difference between std::fabs(a * b) and std::fabs(a) * std::fabs(b)
12 votes
2 answers
Curious missed optimization of recursive constexpr function by Clang
5 votes
0 answers
Why is fetestexcept in C++ compiled to a function call rather than inlined
4 votes
1 answers
Detecting duplicate work at compile time within C++ code
3 votes
3 answers