Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

long double lgamma included in Intel C++ compiler

frankm60606
Beginner
251 Views
Isa long double lgamma function included in Intel C++ compiler? More generally is there a list of functions included in the math.h? I am using Microsoft Visual C/C++ 6.0. Thanks.
0 Kudos
2 Replies
TimP
Honored Contributor III
251 Views
Intel Windows C++ uses only Microsoft libraries, and so the functions would be the same as for the corresponding Microsoft C++. As long double is eliminated from Microsoft ABI, the answer is no functions of that type, AFAIK.
0 Kudos
frankm60606
Beginner
251 Views
Is there an Intel product that includes long double lgamma or double lgamma? I am using Microsoft XP Pro OS? Thanks.
0 Kudos
Reply