Skip to content

trunc_divide

relationalai.semantics.std.math
trunc_divide(numerator: NumberValue, denominator: NumberValue) -> Expression

Perform truncated division.

  • numerator

    (NumberValue) - The numerator.
  • denominator

    (NumberValue) - The denominator.
  • Expression - An Expression computing the truncated quotient. Returns Number.