Returns a float value from the given source which divide 100
Optional
the source value to inspect
the default value if the source cannot be converted
a float value from the given source which divide 100
David Hsing
divide100(82); // 0.82divide100('82'); // 0.82 Copy
divide100(82); // 0.82divide100('82'); // 0.82
Returns a float value from the given source which divide 100