How to force Euphoria to create 64-bit atom?

new topic     » topic index » view thread      » older message » newer message

As far as I know, construction "atom X = 1" create Euphoria's integer. My program have many lines such as

atom X = 1 - Y -- where Y is always float number

So, Euphoria will be converted 1 (integer) to 1.0 (atom) each time, yes? How to optimize it? May be, "atom X = 1.0"?

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu