Liking cljdoc? Tell your friends :D

had-utils.math


add-vectorsclj

(add-vectors v1 v2)

Add two vectors of numbers of the same dimension

Add two vectors of numbers of the same dimension
sourceraw docstring

gcdclj

(gcd a b)

Find the greatest common denominator of a and b

Find the greatest common denominator of `a` and `b`
sourceraw docstring

l1-distanceclj

(l1-distance p1 p2)

Find the l1 distance between points p1 and p2

Find the l1 distance between points `p1` and `p2`
sourceraw docstring

lcmclj

(lcm a b)

Find the least common multiple of a and b

Find the least common multiple of `a` and `b`
sourceraw docstring

linf-distanceclj

(linf-distance p1 p2)

Find the l-infinity distance between points p1 and p2

Find the l-infinity distance between points `p1` and `p2`
sourceraw docstring

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

× close