Type q: Qnum function is missing from hints, though it shows up in the math function help text
Type qnum(1, '>'): the function exists and it provides expected output
Type qnum(1, '>'), 0: a warning correctly appears Qnum 2 input parameters, 3 passed, so DG actually knows the function signature, but it does not show up in hints
To reproduce:
Qnum
function is missing from hints, though it shows up in the math function help textqnum(1, '>')
: the function exists and it provides expected outputqnum(1, '>'), 0
: a warning correctly appearsQnum 2 input parameters, 3 passed
, so DG actually knows the function signature, but it does not show up in hints