FR Simple test de résolution de l'équation du second degré en C/C++
Optimisation au niveau de calcul de la racine carré:
- utilisant une structure union et un approximation
- utlisant des instruction assembleurs pour effectuer le calcul
EN Simple C/C++ resolution test of a quadratic equation
Optimization at the square root level:
- using a union structure and some magical approximation
- using assembly instruction for the calculation
Visual C++ 2015 project, x86 target (not working with x64 because of optimisation. Optimisation is hardware dependant), Windows platform