Difference for include/maths.h from version 1.1 to 1.2


version 1.1 version 1.2
Line 177
 
Line 177
 ushort long_sqrt (long a);  ushort long_sqrt (long a);
   
 //computes the square root of a quad, returning a long  //computes the square root of a quad, returning a long
 ulong quad_sqrt (long low, long high);  ulong quad_sqrt (ulong low, long high);
   //ulong quad_sqrt (long low, long high);
   
 //computes the square root of a fix, returning a fix  //computes the square root of a fix, returning a fix
 fix fix_sqrt (fix a);  fix fix_sqrt (fix a);

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2