Example #1
0
 loreq(KurumiValue other)
 {
     return(other.gthan_number(this).negation());
 }
Example #2
0
 gthan(KurumiValue other)
 {
     return(other.gthan_number(this));
 }