79627368

Date: 2025-05-18 10:44:37
Score: 0.5
Natty:
Report link

https://doc.rust-lang.org/std/primitive.u128.html#method.div_ceil

div_ceil Calculates the quotient of self and rhs, rounding the result towards positive infinity.

assert_eq!(7_u128.div_ceil(4), 2);
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Russo