Search code examples
c++ gcc error: 'sqrtl' is not a member of 'std'...


c++gccstdcmath

Read More
The asin() function from cmath library returns inaccurate values...


c++floating-pointprecisiontrigonometrycmath

Read More
How to increase decimal precision with 'exotic' functions?...


pythondecimalcmath

Read More
Solving for x in a complex trigonometric equation...


pythonsympycmath

Read More
What might cause to get exactly the same output of trigonometric functions in different angles...


c++opencvcmath

Read More
Constexpr Math Functions...


c++c++11constexprcmath

Read More
Is fabsf part of the std namespace in C++11?...


c++c++11cmath

Read More
Unary operator in C or C++ for the second power of a number...


c++cdoublecmathunary-function

Read More
Why does cmath pow give inaccurate answers?...


c++c++11cmath

Read More
unable to use square() function c++...


c++functioncmath

Read More
Difference between ldexp(1, x) and exp2(x)...


c++c++11floating-pointstdcmath

Read More
Ambiguous call to abs...


c++macosc++11cmath

Read More
What is the correct way to obtain (-1)^n?...


c++algorithmx86cmath

Read More
Why is std::sin() and std::cos() slower than sin() and cos()?...


c++performancecmathtrigonometry

Read More
Different functions for calculating phase/argument of complex numbers...


pythonnumpyphasecmath

Read More
Libraries inclusion,while coding in C++ in XCode...


c++xcodec++11librariescmath

Read More
Newton's Method in C++...


c++newtons-methodcmath

Read More
c++ getting a negative value when adding two absolute (positive) values...


c++intcmath

Read More
Handling OverflowError: math range error in Python with NumPy...


pythonnumpyerror-handlingcmath

Read More
input the letter f or any letter and cout an alphabet pattern like a abc abcd abcde abcdef but it on...


c++charcmath

Read More
How can I perform a cmath function on a custom class instance?...


c++classoverloadingtemplatingcmath

Read More
Different results using same function from different libraries...


c++cmath

Read More
fft algorithm yields imprecise results...


numpymatplotlibfftdftcmath

Read More
Unable to assign values to entries in matrices...


pythonnumpycmath

Read More
When do I use fabs and when is it sufficient to use std::abs?...


c++math.hcmath

Read More
FFT unexpected frequency shift after window function application...


pythonfftcmath

Read More
How to represent the kinetic equation in syntax...


c++functionequationcmath

Read More
C++ giving a negative number when I square...


c++cmath

Read More
What is the definition for gamma(double x) and why is it different on two gcc versions?...


gccmath.hcmath

Read More
How to compile special mathematical functions with clang?...


c++clang++tr1cmath

Read More
BackNext