Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
epsilon
#include <iostream> #include <limits> #include <iomanip> #include <math.h> int main() { float x = sqrt(2.0f); double y = sqrt(2.0); auto z = x; (void)x; (void)y; // https://en.cppreference.com/w/cpp/types/numeric_limits/epsilon std::cout << std::setprecision(std::numeric_limits<decltype(z)>::max_digits10) << std::numeric_limits<decltype(z)>::epsilon(); }
run
|
edit
|
history
|
help
0
unique_list
Namespace
26 და 28 მარტს დამუშავებული
2015(M2)Mod.
my template
Building squares using smallest amount of matches
Visakh
vertical sum
Array Subset of another array
Make BinTree