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.
sourceraw docstring

addpclj/s

(addp r p)

Add a rational function to a polynomial.

Add a rational function to a polynomial.
sourceraw docstring

cubeclj/s

(cube r)
source

divclj/s

(div r s)
source

exptclj/s

(expt r n)
source

invertclj/s

(invert r)
source

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.
sourceraw docstring

mulclj/s

(mul r s)
source

negateclj/s

(negate r)
source

operators-knownclj/s

source

rational-function?clj/s

(rational-function? r)
source

RationalFunctioncljs

source

RationalFunctionAnalyzercljs

source

squareclj/s

(square r)
source

subclj/s

(sub r s)
source

subpclj/s

(subp r p)
source

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

× close