1 to 10 of 17 results. prev page | next page
Returns the exponent of d. If d is ##NaN, ##Inf, ##-Inf => Double/MAX_EXPONENT + 1 If d is zero or subnormal => Double/MIN_EXPONENT - 1 See: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#getExponent-double-
Get a map with the Var/value pairs which is currently in effect for the current thread.
Gets the validator-fn for a var/ref/agent/atom.
Like var-get but returns nil if the var is unbound.
Returns the java.io.Writer passed in wrapped in a pretty writer proxy, unless it's already a pretty writer. Generally, it is unnecessary to call this function, since pprint, write, and cl-format all call it if they need to. However if you want the state to be preserved across calls, you will want ...
Given a multimethod and a dispatch value, returns the dispatch fn that would apply to that value, or nil if none apply and no default
Takes an optional single class followed by zero or more interfaces. If not supplied class defaults to Object. Creates an returns an instance of a proxy class derived from the supplied classes. The resulting value is cached and used for any subsequent requests for the same class set. Returns...