why is the min and max value of Double and Float d...
# announcements
f
why is the min and max value of Double and Float declared like this: public val MIN_VALUE: Double public val MAX_VALUE: Double
p
You mean why it does not contain any actual value?
f
yep
like the other classes do
except float
e
They are platform-specific
f
I see. Thanks