Logo

Programming-Idioms

History of Idiom 146 > diff from v22 to v23

Edit summary for version 23 by mk:
New Python implementation by user [mk]

Version 22

2019-07-15, 14:33:17

Version 23

2019-09-26, 14:27:21

Idiom #146 Convert string to floating point number

Extract floating point value f from its string representation s

Idiom #146 Convert string to floating point number

Extract floating point value f from its string representation s

Extra Keywords
real conversion
Extra Keywords
real conversion
Code
float("1.3")