Home | History | Annotate | Download | only in embenchen

Lines Matching refs:sgn

6872         function sgn(value) {
6877 if ((compare = sgn(date1.getFullYear()-date2.getFullYear())) === 0) {
6878 if ((compare = sgn(date1.getMonth()-date2.getMonth())) === 0) {
6879 compare = sgn(date1.getDate()-date2.getDate());