Liking cljdoc? Tell your friends :D
Clojure only.

math.infix


=cljmacro

(= & exprs)

evaluates the infix expression

(in/= 1 + 2 + 3 * 4) => 15

(in/= 1 + (2 + 3) * 4) => 21

evaluates the infix expression

(in/= 1 + 2 + 3 * 4)
=> 15

(in/= 1 + (2 + 3) * 4)
=> 21
raw docstring

>cljmacro

(> & exprs)

creates the top level form

(in/> 1 + (2 + 3) * 4) => '(+ 1 (* (+ 2 3) 4))

creates the top level form

(in/> 1 + (2 + 3) * 4)
=> '(+ 1 (* (+ 2 3) 4))
raw docstring

infix-formsclj

(infix-forms exprs)

helper function for infix macros

helper function for infix macros
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close