Liking cljdoc? Tell your friends :D

sicmutils.generic


*clj/s

(* & args)

+clj/s

(+ & args)

-clj/s

(- & args)

/clj/s

(/ & args)

absclj/smultimethod

generic abs

generic abs
raw docstring

acosclj/smultimethod

generic acos

generic acos
raw docstring

acoshclj/smultimethod

generic acosh

generic acosh
raw docstring

addclj/smultimethod

generic add

generic add
raw docstring

angleclj/smultimethod

generic angle

generic angle
raw docstring

asinclj/smultimethod

generic asin

generic asin
raw docstring

asinhclj/smultimethod

generic asinh

generic asinh
raw docstring

atanclj/smultimethod

generic atan

generic atan
raw docstring

atanhclj/smultimethod

generic atanh

generic atanh
raw docstring

conjugateclj/smultimethod

generic conjugate

generic conjugate
raw docstring

cosclj/smultimethod

generic cos

generic cos
raw docstring

coshclj/smultimethod

generic cosh

generic cosh
raw docstring

cotclj/smultimethod

generic cot

generic cot
raw docstring

cross-productclj/smultimethod

generic cross-product

generic cross-product
raw docstring

cscclj/smultimethod

generic csc

generic csc
raw docstring

cschclj/smultimethod

generic csch

generic csch
raw docstring

cubeclj/smultimethod

generic cube

generic cube
raw docstring

determinantclj/smultimethod

generic determinant

generic determinant
raw docstring

dimensionclj/smultimethod

generic dimension

generic dimension
raw docstring

divclj/smultimethod

generic div

generic div
raw docstring

divideclj/s


dot-productclj/smultimethod

generic dot-product

generic dot-product
raw docstring

exact-divideclj/smultimethod

generic exact-divide

generic exact-divide
raw docstring

expclj/smultimethod

generic exp.

Returns the base-e exponential of x. Equivalent to (expt e x), given some properly-defined e symbol.

generic exp.

Returns the base-e exponential of `x`. Equivalent to `(expt e x)`, given
  some properly-defined `e` symbol.
raw docstring

exp10clj/smultimethod

generic exp10.

Returns the base-10 exponential of x. Equivalent to (expt 10 x).

generic exp10.

Returns the base-10 exponential of `x`. Equivalent to `(expt 10 x)`.
raw docstring

exp2clj/smultimethod

generic exp2.

Returns the base-2 exponential of x. Equivalent to (expt 2 x).

generic exp2.

Returns the base-2 exponential of `x`. Equivalent to `(expt 2 x)`.
raw docstring

exptclj/smultimethod

generic expt

generic expt
raw docstring

factorialclj/s

(factorial n)

Returns the factorial of n, ie, the product of 1 to n inclusive.

Returns
the factorial of `n`, ie, the product of 1 to n inclusive.
raw docstring

gcdclj/smultimethod

generic gcd

generic gcd
raw docstring

imag-partclj/smultimethod

generic imag-part

generic imag-part
raw docstring

inner-productclj/smultimethod

generic inner-product

generic inner-product
raw docstring

invertclj/smultimethod

generic invert

generic invert
raw docstring

lcmclj/smultimethod

generic lcm

generic lcm
raw docstring

Lie-derivativeclj/smultimethod

generic Lie-derivative

generic Lie-derivative
raw docstring

logclj/smultimethod

generic log.

Returns the natural logarithm of x.

generic log.

Returns the natural logarithm of `x`.
raw docstring

log10clj/smultimethod

generic log10.

Returns the base-10 logarithm of x, ie, $log_10(x)$.

generic log10.

Returns the base-10 logarithm of `x`, ie, $log_10(x)$.
raw docstring

log2clj/smultimethod

generic log2.

Returns the base-2 logarithm of x, ie, $log_2(x)$.

generic log2.

Returns the base-2 logarithm of `x`, ie, $log_2(x)$.
raw docstring

magnitudeclj/smultimethod

generic magnitude

generic magnitude
raw docstring

make-polarclj/smultimethod

generic make-polar

generic make-polar
raw docstring

make-rectangularclj/smultimethod

generic make-rectangular

generic make-rectangular
raw docstring

moduloclj/smultimethod

generic modulo

generic modulo
raw docstring

mulclj/smultimethod

generic mul

generic mul
raw docstring

negateclj/smultimethod

generic negate

generic negate
raw docstring

negative?clj/smultimethod

generic negative?.

Returns true if the argument a is less than (v/zero-like a), false otherwise. The default implementation depends on a proper Comparable implementation on the type.

generic negative?.

Returns true if the argument `a` is less than `(v/zero-like a), false
  otherwise. The default implementation depends on a proper Comparable
  implementation on the type.`
raw docstring

outer-productclj/smultimethod

generic outer-product

generic outer-product
raw docstring

partial-derivativeclj/smultimethod


quotientclj/smultimethod

generic quotient

generic quotient
raw docstring

real-partclj/smultimethod

generic real-part

generic real-part
raw docstring

remainderclj/smultimethod

generic remainder

generic remainder
raw docstring

secclj/smultimethod

generic sec

generic sec
raw docstring

sechclj/smultimethod

generic sech

generic sech
raw docstring

simplifyclj/smultimethod


sinclj/smultimethod

generic sin

generic sin
raw docstring

sinhclj/smultimethod

generic sinh

generic sinh
raw docstring

sqrtclj/smultimethod

generic sqrt

generic sqrt
raw docstring

squareclj/smultimethod

generic square

generic square
raw docstring

subclj/smultimethod

generic sub

generic sub
raw docstring

tanclj/smultimethod

generic tan

generic tan
raw docstring

tanhclj/smultimethod

generic tanh

generic tanh
raw docstring

traceclj/smultimethod

generic trace

generic trace
raw docstring

transposeclj/smultimethod

generic transpose

generic transpose
raw docstring

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

× close