Normalize: Use float instead of double #146
Labels
paused
Work paused until further notice
x:action/improve
Improve existing functionality/content
x:knowledge/none
No existing Exercism knowledge required
x:module/representer
Work on Representers
x:rep/small
Small amount of reputation
x:size/small
Small amount of work
x:type/coding
Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
I came across this in the PHP track docs:
Was there a discussion about that anywhere? Because
double
is not seen by PHP as a type, it is seen as an alias forfloat
only:Througout the PHP documentation
float
is used as the type for floating point numbers.See:
The text was updated successfully, but these errors were encountered: