I tried to make quad precision on FORTRAN[real(kind=16)], but I keep getting error
C:\User\User\AppData\Local\Temp/ccUMY6b.0:forcefunction.f95:(.text+0x437):
undefined reference to 'qcos_'
I tried to change qcos
to cos
but,
C:\User\User\AppData\Local\Temp/ccM5CBUM.0:forcefunction.f95:(.text+0x2fd1):
undefined reference to '_g95_qcos_r16'
Same problem for sin
, abs
, acos
, asin
, sqrt