Project

General

Profile

Download (104 Bytes) Statistics
| Branch: | Tag: | Revision:
1
int real_to_int (double in1) { return (int)in1; }
2

    
3
double int_to_real (int in1) { return (double)in1; }
(6-6/14)