It is, of course, only a convenience, but I find it somewhat weird that
SPAD does not allow to divide a rational number by an integer.
The available signatures only say

http://fricas.github.io/api/Fraction.html#l4672616374696f6e-2f

  /: (%, %) -> %
  /: (S, S) -> %

but not

  /: (%, S) -> %

Would it be a bad idea to add such an implementation to Fraction?
Or even add a default implementationn like

((x: %) / (s: S)): % == numer(x) / (s*denom(x)

to QuotientFieldCategory?

Ralf

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/4654cced-323b-4b38-8ced-b0c81dead1b8%40hemmecke.org.

Reply via email to