Home | History | Annotate | Download | only in embenchen

Lines Matching refs:sgn

6875         function sgn(value) {
6880 if ((compare = sgn(date1.getFullYear()-date2.getFullYear())) === 0) {
6881 if ((compare = sgn(date1.getMonth()-date2.getMonth())) === 0) {
6882 compare = sgn(date1.getDate()-date2.getDate());