Searched defs:shuge (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A De_sinh.c32 * ln2ovft < x : sinh(x) := x*shuge (overflow)
39 static const double one = 1.0, shuge = 1.0e307; variable
60 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */
78 return x*shuge;

Completed in 32 milliseconds