Liking cljdoc? Tell your friends :D

axel-f.excel.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

envclj/s

source

geo-distanceclj/s

source

geo-distance*clj/s

(geo-distance* & points)

Calculate the distance for the path described as a list of geo points. Each point must a tuple of two float numbers.

Calculate the distance for the path described as a list of geo points. Each point must a tuple of two float numbers.
sourceraw docstring

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