Actions
Feature #1932
openRename *_Unifloat to *_UF
Start date:
10/21/2011
Due date:
% Done:
100%
Estimated time:
Published in build:
9
Description
I suggest to rename all *_Unifloat
functions to *_UF
(where the U is "uni" and F is "float"). So, this sentence:
currentV = add_Unifloat(currentV, mul_Unifloat(convertInteger_Unifloat(1965889800), power_Unifloat(10, arg)));
will be more readable and compact:
currentV = add_UF(currentV, mul_UF(convertInt_UF(1965889800), power_UF(10, arg)));
Updated by Andrey Ponomarenko about 13 years ago
- Assignee set to Anton Kirilenko
Updated by Anton Kirilenko about 13 years ago
Such a sentence shell never exist, because it makes a huge memory leak. But I'll make this change later
Updated by Anton Kirilenko about 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Published in build set to 9
Actions