1 line
56 B
Text
1 line
56 B
Text
def trunc: if . >= 0 then floor else -(-(.)|trunc) end;
|
def trunc: if . >= 0 then floor else -(-(.)|trunc) end;
|