-
-
Notifications
You must be signed in to change notification settings - Fork 3
Normalize: Use float instead of double #146
Copy link
Copy link
Open
Labels
pausedWork paused until further noticeWork paused until further noticex:action/improveImprove existing functionality/contentImprove existing functionality/contentx:knowledge/noneNo existing Exercism knowledge requiredNo existing Exercism knowledge requiredx:module/representerWork on RepresentersWork on Representersx:rep/smallSmall amount of reputationSmall amount of reputationx:size/smallSmall amount of workSmall amount of workx:type/codingWrite code that is not student-facing content (e.g. test-runners, generators, but not exercises)Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
Metadata
Metadata
Assignees
Labels
pausedWork paused until further noticeWork paused until further noticex:action/improveImprove existing functionality/contentImprove existing functionality/contentx:knowledge/noneNo existing Exercism knowledge requiredNo existing Exercism knowledge requiredx:module/representerWork on RepresentersWork on Representersx:rep/smallSmall amount of reputationSmall amount of reputationx:size/smallSmall amount of workSmall amount of workx:type/codingWrite code that is not student-facing content (e.g. test-runners, generators, but not exercises)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
doubleis not seen by PHP as a type, it is seen as an alias forfloatonly:Througout the PHP documentation
floatis used as the type for floating point numbers.See: