Liking cljdoc? Tell your friends :D
Clojure only.

geex.common

Main API for using Geex independently of which platform you are using it for.

Main API for using Geex independently of which platform you are using it for.
raw docstring

!=clj

source

*clj

(* & args)
source

+clj

(+ & args)
source

-clj

(- & args)
source

/clj

(/ & args)
source

<clj

source

<=clj

source

=clj

source

==clj

source

>clj

source

>=clj

source

absclj

source

agetclj

source

aget-struct-arrayclj

(aget-struct-array arr i)
source

alengthclj

source

andcljmacro

(and & args)
source

and-fnclj

(and-fn & args)
source

and-fn-2clj

(and-fn-2 x y)
source

any-empty?clj

(any-empty? sequences)
source

array-typeclj

source

asetclj

source

aset-struct-arrayclj

(aset-struct-array arr i x)
source

asinclj

source

atanclj

source

atan2clj

source

bad-wrapped-step?clj

(bad-wrapped-step? x)
source

basic-randomclj

source

binary-addclj

source

binary-bit-andclj

source

binary-bit-flipclj

source

binary-bit-orclj

source

binary-divclj

source

binary-maxclj

(binary-max a b)
source

binary-minclj

(binary-min a b)
source

binary-mulclj

source

binary-subclj

source

bit-andclj

(bit-and & args)
source

bit-flipclj

(bit-flip & args)
source

bit-notclj

source

bit-orclj

(bit-or & args)
source

bit-shift-leftclj

source

bit-shift-rightclj

source

call-methodclj

source

castclj

source

cbrtclj

source

ceilclj

source

char-to-seedclj

source

checkcljmacro

(check condition)
(check condition message)
source

check-not-empty-look-aheadclj

(check-not-empty-look-ahead s msg)
source

complementclj

(complement f)
source

compute-struct-array-offsetclj

(compute-struct-array-offset src i)
source

concatenate-stringsclj

(concatenate-strings string-vector)
source

conjclj

source

copySignclj

source

cosclj

source

coshclj

source

countclj

source

decclj

(dec x)
source

dispcljmacro

(disp x)
source

disp-subclj

source

doseqcljmacro

(doseq [item input-seq] & body)
source

dotimescljmacro

(dotimes [var-name N] & body)
source

drop-whileclj

(drop-while f)
(drop-while f collection)
source

empty?clj

source

errorclj

(error message)
source

even?clj

(even? x)
source

every?clj

(every? pred-fn sequence)
source

expclj

source

expm1clj

source

filterclj

(filter f)
(filter f src)
source

finite?clj

source

firstclj

source

first-or-undefinedclj

(first-or-undefined src)
source

flatten-exprclj

source

float-typeclj

source

floorclj

source

floorDivclj

source

floorModclj

source

generalizable-fncljmacro

(generalizable-fn name arglist & body)
source

generalize-binary-opcljmacro

(generalize-binary-op name op args zero-arg-output one-arg-output)
source

generalize-fncljmacro

(generalize-fn new-name arg-spec arg-count specific-fn)
source

generate-math-value-fnclj

(generate-math-value-fn [key java-name arg-count])
source

getExponentclj

source

hypotclj

source

impliescljmacro

(implies a b)
source

incclj

(inc x)
source

infinite?clj

source

insufficient-number-of-argsclj

(insufficient-number-of-args op-name)
source

int-typeclj

source

iterableclj

source

iterateclj

(iterate f init)
source

iterate-timesclj

(iterate-times n init-state next-state)
source

iterate-untilclj

(iterate-until initial-state next-state-fn stop-condition-fn)
source

iterate-whileclj

(iterate-while initial-state next-state-fn loop-condition-fn)
source

keyword-to-seedclj

source

logclj

source

log10clj

source

log1pclj

source

look-ahead-seqclj

(look-ahead-seq src)
source

make-arrayclj

source

make-struct-arrayclj

(make-struct-array public-type private-type size)
source

mapclj

(map f)
(map f & sequences)
source

math-functions-from-javacljmacro

(math-functions-from-java)
source

math-maxclj

source

math-minclj

source

maxclj

(max & args)
source

minclj

(min & args)
source

modclj

source

multiplyExactclj

source

nan?clj

source

neg?clj

(neg? x)
source

negateclj

source

negateExactclj

source

nested=clj

(nested= x y)
source

nextDownclj

source

nextUpclj

source

nil-ofclj

source

nil?clj

source

notclj

source

not=clj

source

nthclj

source

number-to-seedclj

source

odd?clj

(odd? x)
source

orcljmacro

(or & args)
source

populate-and-castclj

(populate-and-cast dst-type src)
source

populate-seedsclj

source

pos?clj

(pos? x)
source

powclj

source

printlnclj

(println & args)
source

quotclj

source

randclj

(rand)
(rand x)
(rand a b)
source

rangeclj

(range n)
(range lower upper)
(range lower0 upper0 step0)
source

range-nthclj

(range-nth x i)
source

reduceclj

(reduce f input0)
(reduce f result input)
source

remclj

source

restclj

source

result-vectorclj

(result-vector)

Returns an empty vector suitable for conj-ing into.

Returns an empty vector suitable for conj-ing into.
sourceraw docstring

rintclj

source

roundclj

source

scalbclj

source

seed-wrapperclj

(seed-wrapper predicate)
source

seqclj

source

signumclj

source

simple=clj

source

sinclj

source

sinhclj

source

size-ofclj

source

size-typeclj

source

sliceclj

source

slice-butclj

(slice-but src n)
source

slice-fromclj

(slice-from src from)
source

slice-toclj

(slice-to src to)
source

sliceable-arrayclj

(sliceable-array src-array)
(sliceable-array src-array size)
(sliceable-array src-array size offset)
source

someclj

(some pred-fn sequence)
source

sqrclj

(sqr x)
source

sqrtclj

source

strclj

(str & args)
source

string-to-seedclj

source

symbol-from-keywordclj

(symbol-from-keyword k)
source

symbol-to-seedclj

source

take-whileclj

(take-while f)
(take-while f collection)
source

tanclj

source

tanhclj

source

to-size-typeclj

(to-size-type x)
source

to-stringclj

source

toDegreesclj

source

toIntExactclj

source

toRadiansclj

source

transduceclj

(transduce transduce-function step-function accumulator src-collection)
source

typed-seedclj

source

ulpclj

source

unary-addclj

source

unsigned-bit-shift-rightclj

source

unwrapclj

source

voidclj

source

whencljmacro

(when c & body)
source

wrapclj

source

wrap-argsclj

(wrap-args wrapper f)
source

wrap-numeric-argsclj

source

wrap-stepclj

(wrap-step step)
source

wrap-struct-arrayclj

(wrap-struct-array type src-data)
source

wrapped-step?clj

(wrapped-step? x)
source

xp-numericclj

source

zero?clj

(zero? x)
source

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

× close