List Question
20 TechQA 2024-03-28T07:27:35.250000What if we Initializing variable with 'double' instead of 'integer' while using pow() function as equation in c++?
109 views
Asked by Adityan Verma
Intel C++ Compiler (oneAPI) is failing to export DLL functions when sqrt() is called
80 views
Asked by greenlagoon
Different IDEs are giving different output, why?
99 views
Asked by Tricker
Why is the remainder function giving me the wrong remainder in some cases?
126 views
Asked by Shinigami Kidd Death the Kid
Does sqrt(float) have a standard return type?
162 views
Asked by Alec Jacobson
Why double b=nextafter(0., 1.) is 0.000000e+00 for float type?
106 views
Asked by Chen Liu
Referencing std::pow() requires GLIBC2.29
451 views
Asked by D.R.
Error while trying to link two different math libraries with same symbols
100 views
Asked by Sai Krishna Sirimisetty
Quantum: Define superposition as linear combination of orthonormal basis
48 views
Asked by Sourcerer
Should I use std:: when calling cmath functions?
226 views
Asked by Alex Rodrigues
my vector only takes in 10 digits how can i make it more?
89 views
Asked by Nikola
Global namespace abs-function with double argument
59 views
Asked by Fedor
including cmath over math.h is causing incorrect results
324 views
Asked by Brinck
C++ std::remainder() function returning (incorrect) negative values for a pair of positive numbers
270 views
Asked by Kaisadilla
errno doesn't change after putting a negative value in sqrt()
119 views
Asked by taka
how to check if double variable is almost equal to zero in C++?
130 views
Asked by ArcSid
When I use the pow(base, exponent) function in C++ and the exponent is a fraction, I always get 1 as output
36 views
Asked by FrancyStyle
"TypeError: only length-1 arrays can be converted to Python scalars" when working with i-based logarithms
108 views
Asked by ADrakkar
macOS Monterey c++ #include<cmath> error: no template named 'numeric_limits'
1k views
Asked by Peter
using cmath special functions extending Python with C++
66 views
Asked by Teddy_Tort