Project

General

Profile

Download (310 Bytes) Statistics
| Branch: | Tag: | Revision:
1
function pow (x:real; n: real) returns (y: real) prototype C lib m;
2
function atan (x: real) returns (y: real) prototype C lib m;
3
function sqrt (x: real) returns (y: real) prototype C lib m;
4
function cos (x: real) returns (y: real) prototype C lib m;
5
function sin (x: real) returns (y: real) prototype C lib m;
(6-6/6)