Java, Python, IR, KM, NLP, JS, Web2.0
Math.min accept a list of number:> Math.min(1,43);
We want to pass an array to Math.min> Math.min.apply( Math, array );
Post a Comment
No comments:
Post a Comment