This message is for lejos developers.
This is fragment of a Math.class implementation. Please read it very carefully.:
public static double max(double a, double b) {
if(a < b)
return a;
Moderators: roger, 99jonathan, imaqine
Users browsing this forum: No registered users and 1 guest