Skip to content
  • Liam M. Healy's avatar
    Make atan work with args (number pdq) · 27d65bc2
    Liam M. Healy authored
    Because atan has only one mandatory (specializible) argument, the
    numerator, the denominator cannot be specialized, so (number
    physical-quantity) caused an error. This is fixed with an :around method
    loaded with physical-quantities that will coerce the numerator to the
    same dimensions as the denominator (units will be the system of units
    for that dimension).
    27d65bc2