Revision e4811e4c
Added by Bourbouh over 6 years ago
include/conv.lusi | ||
---|---|---|
1 | 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 |
|
|
2 | 9 |
function int_to_real (in1: int) returns (out: real) prototype C; |
Also available in: Unified diff
add more conversion libraries