|
|
back to boardCommon BoardHow can I use coprocessor floating point (e.g. Extended type in Pascal) ? In Borland Pascal I just need to use key {$N}. When I try to sumbit a solution with Extended Type, I get a "Compilation Error" message. So? I use {$N+} and my program compiled {$N+} var a,r,x,y,sq,f:double; function acos(z:double):double; begin acos:=arctan(sqrt(1-z*z)/z); end; begin .... end. The compiler directive sis your worry, We do not set any ones except that set the console type of compilation |
|
|