Project

General

Profile

Actions

Bug #9170

closed

int_to_float is not supported for constant expressions

Added by Alexander Protsenko over 5 years ago. Updated about 1 year ago.

Status:
Rejected
Priority:
Normal
Category:
nML Translator
Target version:
Start date:
07/27/2018
Due date:
% Done:

0%

Estimated time:
Detected in build:
svn
Platform:
Published in build:

Description

Correct version but does not work:

temp_fps = int_to_float(FLOAT32, coerce(WORD, 0));

Working version

tmp_word = 0;
temp_fps = int_to_float(FLOAT32, tmp_word);

Actions

Also available in: Atom PDF