cmath | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

cmath

how to use HUGE_VAL in cmath ???

27th Dec 2016, 5:13 PM
msd
3 Respuestas
0
use it just like a double variable which is constant
27th Dec 2016, 5:29 PM
Andreas K
Andreas K - avatar
0
you can also use "long double" type.
27th Dec 2016, 7:03 PM
amin khozaei
amin khozaei - avatar
0
long double is overflow in my program.so I need a bigger type.
28th Dec 2016, 1:31 PM
msd