Project

General

Profile

Download (495 Bytes) Statistics
| Branch: | Tag: | Revision:
1
function real_to_int (in1: real) returns (out: int) prototype C;
2
function _Floor (in1: real) returns (out: int) prototype C;
3
function _floor (in1: real) returns (out: real) prototype C;
4
function _Ceiling (in1: real) returns (out: int) prototype C;
5
function _ceil (in1: real) returns (out: real) prototype C;
6
function _Round (in1: real) returns (out: int) prototype C;
7
function _round (in1: real) returns (out: real) prototype C;
8

    
9
function int_to_real (in1: int) returns (out: real) prototype C;
(7-7/16)