Liking cljdoc? Tell your friends :D

sicmutils.rational-function


addclj/s

(add r s)

Add the rational functions r and s.

Add the rational functions r and s.
raw docstring

addpclj/s

(addp r p)

Add a rational function to a polynomial.

Add a rational function to a polynomial.
raw docstring

cubeclj/s

(cube r)

divclj/s

(div r s)

exptclj/s

(expt r n)

invertclj/s

(invert r)

makeclj/s

(make u v)

Make the fraction of the two polynomials p and q, after dividing out their greatest common divisor.

Make the fraction of the two polynomials p and q, after dividing
out their greatest common divisor.
raw docstring

mulclj/s

(mul r s)

negateclj/s

(negate r)

operators-knownclj/s


rational-function?clj/s

(rational-function? r)

squareclj/s

(square r)

subclj/s

(sub r s)

subpclj/s

(subp r p)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close