Project

General

Profile

Actions

Feature #1932

open

Rename *_Unifloat to *_UF

Added by Andrey Ponomarenko over 12 years ago. Updated over 12 years ago.

Status:
Resolved
Priority:
Normal
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)));

Actions #1

Updated by Andrey Ponomarenko over 12 years ago

  • Assignee set to Anton Kirilenko
Actions #2

Updated by Anton Kirilenko over 12 years ago

Such a sentence shell never exist, because it makes a huge memory leak. But I'll make this change later

Actions #3

Updated by Anton Kirilenko over 12 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
  • Published in build set to 9
Actions

Also available in: Atom PDF