Project

General

Profile

Download (107 Bytes) Statistics
| Branch: | Tag: | Revision:
1
function real_to_int(in1 : real) returns (out: int);
2

    
3
function int_to_real(in1 : int) returns (out: real);
(4-4/6)