Liking cljdoc? Tell your friends :D

axel-f.functions.geo


asinclj/s

(asin x)

Returns the arc sine of x.

Returns the arc sine of `x`.
sourceraw docstring

cosclj/s

(cos x)

Returns the cosine of x.

Returns the cosine of `x`.
sourceraw docstring

distanceclj/s

(distance [lat-1 lon-1] [lat-2 lon-2])

Returns the distance from point-1 to point-2, in km using the Haversine formula.

Returns the distance from `point-1` to `point-2`, in km using the
Haversine formula.
sourceraw docstring

earth-radiusclj/s

source

geo-distanceclj/s

(geo-distance points)
source

geo-distance-metaclj/s

source

sinclj/s

(sin x)

Returns the sine of x.

Returns the sine of `x`.
sourceraw docstring

sqrtclj/s

(sqrt x)

Returns the square root of x.

Returns the square root of `x`.
sourceraw docstring

to-radiansclj/s

(to-radians x)

Converts an angle measured in degrees to an approximately equivalent angle measured in radians.

Converts an angle measured in degrees to an approximately
equivalent angle measured in radians.
sourceraw docstring

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

× close