Convert interface argument from any type available
I had got task to do:
Make func that accepts interface and returns *float64. Func should convert any type, that can be converted without reduction.
I had got task to do:
Make func that accepts interface and returns *float64. Func should convert any type, that can be converted without reduction.