Liking cljdoc? Tell your friends :D

sicmutils.generic


*clj/s

(* & args)
source

+clj/s

(+ & args)
source

-clj/s

(- & args)
source

/clj/s

(/ & args)
source

absclj/smultimethod

generic abs

generic abs
sourceraw docstring

acosclj/smultimethod

generic acos

generic acos
sourceraw docstring

acoshclj/smultimethod

generic acosh

generic acosh
sourceraw docstring

addclj/smultimethod

generic add

generic add
sourceraw docstring

angleclj/smultimethod

generic angle

generic angle
sourceraw docstring

asinclj/smultimethod

generic asin

generic asin
sourceraw docstring

asinhclj/smultimethod

generic asinh

generic asinh
sourceraw docstring

atanclj/smultimethod

generic atan

generic atan
sourceraw docstring

atanhclj/smultimethod

generic atanh

generic atanh
sourceraw docstring

conjugateclj/smultimethod

generic conjugate

generic conjugate
sourceraw docstring

cosclj/smultimethod

generic cos

generic cos
sourceraw docstring

coshclj/smultimethod

generic cosh

generic cosh
sourceraw docstring

cotclj/smultimethod

generic cot

generic cot
sourceraw docstring

cross-productclj/smultimethod

generic cross-product

generic cross-product
sourceraw docstring

cscclj/smultimethod

generic csc

generic csc
sourceraw docstring

cschclj/smultimethod

generic csch

generic csch
sourceraw docstring

cubeclj/smultimethod

generic cube

generic cube
sourceraw docstring

determinantclj/smultimethod

generic determinant

generic determinant
sourceraw docstring

dimensionclj/smultimethod

generic dimension

generic dimension
sourceraw docstring

divclj/smultimethod

generic div

generic div
sourceraw docstring

divideclj/s

source

dot-productclj/smultimethod

generic dot-product

generic dot-product
sourceraw docstring

exact-divideclj/smultimethod

generic exact-divide

generic exact-divide
sourceraw 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.
sourceraw 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)`.
sourceraw 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)`.
sourceraw docstring

exptclj/smultimethod

generic expt

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

gcdclj/smultimethod

generic gcd

generic gcd
sourceraw docstring

imag-partclj/smultimethod

generic imag-part

generic imag-part
sourceraw docstring

inner-productclj/smultimethod

generic inner-product

generic inner-product
sourceraw docstring

invertclj/smultimethod

generic invert

generic invert
sourceraw docstring

lcmclj/smultimethod

generic lcm

generic lcm
sourceraw docstring

Lie-derivativeclj/smultimethod

generic Lie-derivative

generic Lie-derivative
sourceraw docstring

logclj/smultimethod

generic log.

Returns the natural logarithm of x.

generic log.

Returns the natural logarithm of `x`.
sourceraw 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)$.
sourceraw 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)$.
sourceraw docstring

magnitudeclj/smultimethod

generic magnitude

generic magnitude
sourceraw docstring

make-polarclj/smultimethod

generic make-polar

generic make-polar
sourceraw docstring

make-rectangularclj/smultimethod

generic make-rectangular

generic make-rectangular
sourceraw docstring

moduloclj/smultimethod

generic modulo

generic modulo
sourceraw docstring

mulclj/smultimethod

generic mul

generic mul
sourceraw docstring

negateclj/smultimethod

generic negate

generic negate
sourceraw 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.`
sourceraw docstring

outer-productclj/smultimethod

generic outer-product

generic outer-product
sourceraw docstring

partial-derivativeclj/smultimethod

source

quotientclj/smultimethod

generic quotient

generic quotient
sourceraw docstring

real-partclj/smultimethod

generic real-part

generic real-part
sourceraw docstring

remainderclj/smultimethod

generic remainder

generic remainder
sourceraw docstring

secclj/smultimethod

generic sec

generic sec
sourceraw docstring

sechclj/smultimethod

generic sech

generic sech
sourceraw docstring

simplifyclj/smultimethod

source

sinclj/smultimethod

generic sin

generic sin
sourceraw docstring

sinhclj/smultimethod

generic sinh

generic sinh
sourceraw docstring

sqrtclj/smultimethod

generic sqrt

generic sqrt
sourceraw docstring

squareclj/smultimethod

generic square

generic square
sourceraw docstring

subclj/smultimethod

generic sub

generic sub
sourceraw docstring

tanclj/smultimethod

generic tan

generic tan
sourceraw docstring

tanhclj/smultimethod

generic tanh

generic tanh
sourceraw docstring

traceclj/smultimethod

generic trace

generic trace
sourceraw docstring

transposeclj/smultimethod

generic transpose

generic transpose
sourceraw docstring

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

× close