(->bbyte-array data)
Coerces to byte[][]. Builds a new instance unless input is already of this type
Coerces to byte[][]. Builds a new instance unless input is already of this type
(->byte-array coll)
Coerces to byte[] but does not build a new instance when input is already as such
Coerces to byte[] but does not build a new instance when input is already as such
(->ddouble-array data)
Coerces to double[][]. Builds a new instance unless input is already of this type
Coerces to double[][]. Builds a new instance unless input is already of this type
(->double-array coll)
Coerces to double[] but does not build a new instance when input is already as such
Coerces to double[] but does not build a new instance when input is already as such
(->ffloat-array data)
Coerces to float[][]. Builds a new instance unless input is already of this type
Coerces to float[][]. Builds a new instance unless input is already of this type
(->float-array coll)
Coerces to float[] but does not build a new instance when input is already as such
Coerces to float[] but does not build a new instance when input is already as such
(->iint-array data)
Coerces to int[][]. Builds a new instance unless input is already of this type
Coerces to int[][]. Builds a new instance unless input is already of this type
(->int-array coll)
Coerces to int[] but does not build a new instance when input is already as such
Coerces to int[] but does not build a new instance when input is already as such
(->llong-array data)
Coerces to long[][]. Builds a new instance unless input is already of this type
Coerces to long[][]. Builds a new instance unless input is already of this type
(->long-array coll)
Coerces to long[] but does not build a new instance when input is already as such
Coerces to long[] but does not build a new instance when input is already as such
(/ a)
(/ a b)
Overrides clojure.core to never return a clojure.lang Ratio without thinking about it. Allows a maximum of two arguments
Overrides clojure.core to never return a clojure.lang Ratio without thinking about it. Allows a maximum of two arguments
(bbyte-array data)
Coerces to byte[][]. Builds a new instance whatever type input is (especially byte[][]). Use ->bbyte-array if you wan to favor byte[][]
Coerces to byte[][]. Builds a new instance whatever type input is (especially byte[][]). Use ->bbyte-array if you wan to favor byte[][]
2D byte array class pointer, i.e. byte[][]
2D byte array class pointer, i.e. byte[][]
(bbyte-array? obj)
Returns true when input is of type byte[][]
Returns true when input is of type byte[][]
Byte array class pointer, i.e. byte[]
Byte array class pointer, i.e. byte[]
(byte-array? obj)
Returns true when input is of type byte[]
Returns true when input is of type byte[]
(da= a1 a2)
Double arrays equality of content
Double arrays equality of content
(ddouble-array data)
Coerces to double[][]. Builds a new instance whatever type input is (especially double[][]). Use ->ddouble-array if you wan to favor double[][]
Coerces to double[][]. Builds a new instance whatever type input is (especially double[][]). Use ->ddouble-array if you wan to favor double[][]
2D double array pointer, i.e. double[][]
2D double array pointer, i.e. double[][]
(ddouble-array? obj)
Returns true when input is of type double[][]
Returns true when input is of type double[][]
Double array class pointer, i.e. double[]
Double array class pointer, i.e. double[]
(double-array? obj)
Returns true when input is a double[]
Returns true when input is a double[]
(fa= a1 a2)
Float arrays equality of content
Float arrays equality of content
(ffloat-array data)
Coerces to float[][]. Builds a new instance whatever type input is (especially float[][]). Use ->ffloat-array if you wan to favor float[][]
Coerces to float[][]. Builds a new instance whatever type input is (especially float[][]). Use ->ffloat-array if you wan to favor float[][]
2D float array class pointer, i.e. float[][]
2D float array class pointer, i.e. float[][]
(ffloat-array? obj)
Returns true when input is of type float[][]
Returns true when input is of type float[][]
Float array class pointer, i.e. float[]
Float array class pointer, i.e. float[]
(float-array? obj)
Returns true when input is of type float[]
Returns true when input is of type float[]
(iint-array data)
Coerces to int[][]. Builds a new instance whatever type input is (especially int[][]). Use ->iint-array if you wan to favor int[][]
Coerces to int[][]. Builds a new instance whatever type input is (especially int[][]). Use ->iint-array if you wan to favor int[][]
2D int array pointer, i.e. int[][]
2D int array pointer, i.e. int[][]
(iint-array? obj)
Returns true when input is of type int[][]
Returns true when input is of type int[][]
Int array class pointer, i.e. int[]
Int array class pointer, i.e. int[]
(int-array? obj)
Returns true when input is of type int[]
Returns true when input is of type int[]
(la= a1 a2)
Long arrays equality of content
Long arrays equality of content
(llong-array data)
Coerces to long[][]. Builds a new instance whatever type input is (especially long[][]). Use ->llong-array if you wan to favor long[][]
Coerces to long[][]. Builds a new instance whatever type input is (especially long[][]). Use ->llong-array if you wan to favor long[][]
2D long array class pointer, i.e. long[][]
2D long array class pointer, i.e. long[][]
(llong-array? obj)
Returns true when input is of type long[][]
Returns true when input is of type long[][]
Long array class pointer, i.e. long[]
Long array class pointer, i.e. long[]
(long-array? obj)
Returns true when input is of type long[]
Returns true when input is of type long[]
(neg? x)
Returns true when the input is negative (in R-)
Returns true when the input is negative (in R-)
(pos? x)
Returns true when the input is positive (in R+)
Returns true when the input is positive (in R+)
Returns true when the input is strictly negative (in R-*)
Returns true when the input is strictly negative (in R-*)
Returns true when the input is strictly positive (in R+*)
Returns true when the input is strictly positive (in R+*)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close