Logo

Programming-Idioms

History of Idiom 79 > diff from v21 to v22

Edit summary for version 22 by programming-idioms.org:
[PHP] cast to float

Version 21

2016-03-28, 14:10:40

Version 22

2016-09-14, 08:30:56

Idiom #79 Convert integer to floating point number

Declare floating point number y and initialize it with the value of integer x .

Idiom #79 Convert integer to floating point number

Declare floating point number y and initialize it with the value of integer x .