---------------------------------------------------------------------- This is the API documentation for the gdtest_header_file library. ---------------------------------------------------------------------- ## Functions Public functions divide(a: float, b: float) -> float Divide a by b. Parameters ---------- a Numerator. b Denominator. Returns ------- float Quotient. negate(x: float) -> float Negate a number. Parameters ---------- x The number to negate. Returns ------- float Negated value.