(calculate-angle angle-degrees)
Calculates PI representation of angle
Calculates PI representation of angle
(calculate-angle-by-coordinates-acos x y)
Calculates angle by coordinates acos
Calculates angle by coordinates acos
(calculate-angle-by-coordinates-asin x y)
Calculates angle by coordinates asin
Calculates angle by coordinates asin
(calculate-circle-coordinates r angle)
Calculates circle coordinates using diameter in pixels and angle in degrees
Calculates circle coordinates using diameter in pixels and angle in degrees
(calculate-radius-by-x x angle)
Calculate radius by x coordinate
Calculate radius by x coordinate
(calculate-radius-by-y y angle)
Calculate radius by x coordinate
Calculate radius by x coordinate
(current-date)
Returns formatted current date
Returns formatted current date
(decode-ascii text)
Decodes from utf-8 to ascii
Decodes from utf-8 to ascii
(decrypt-password encrypted-password)
Decrypt password
Decrypt password
(encrypt-password password)
Encrypt password
Encrypt password
(find-quadrate x y)
Finds quadrate in which coordinates are
Finds quadrate in which coordinates are
(find-quadrate-by-angle start-angle end-angle)
Finds quadrates that contain passed angles
Finds quadrates that contain passed angles
(format-bytes-number number-of-bytes unit-type)
Formats bytes in B, KB, MB, GB and TB
Formats bytes in B, KB, MB, GB and TB
(format-bytes-number-with-lowest-number-of-digits number-of-bytes)
Formats number of bytes with lowest number of digits
Formats number of bytes with lowest number of digits
(get-quadrate-extreme-points quadrate-number radius)
Returns quadrate extreme points
Returns quadrate extreme points
(insert-in-vector-on-index data-vector element index)
Insert data in vector
data-vector is vector with elements of any data type element is single element or vector of elements that are going to be inserted in data vector index is single number or vector of numbers that represent positions in data-vector where element/s will be inserted
Insert data in vector data-vector is vector with elements of any data type element is single element or vector of elements that are going to be inserted in data vector index is single number or vector of numbers that represent positions in data-vector where element/s will be inserted
(is-number? param)
Check if parameter is number or NaN
Check if parameter is number or NaN
(nth-root base n)
Calculates nth root of passed number
Calculates nth root of passed number
(read-file file-path)
example: file-pathe public/index.html
example: file-pathe public/index.html
(remove-index-from-vector data-vector index)
Remove data at particular index or indexes
data-vector is simple vector with elements of any data type index is single number or vector of numbers that represent index/es that should be removed
Remove data at particular index or indexes data-vector is simple vector with elements of any data type index is single number or vector of numbers that represent index/es that should be removed
(replace-in-vector-on-index data-vector element index)
Replace data in vector on particular indexes
data-vector is vector with elements of any data type element is single element or vector of elements that are going to replace old data index is single number or vector of numbers that represent positions in data vector where replacement/s will take place
Replace data in vector on particular indexes data-vector is vector with elements of any data type element is single element or vector of elements that are going to replace old data index is single number or vector of numbers that represent positions in data vector where replacement/s will take place
(rotate-coordinates x y angle)
Rotates x and y coordinates
Rotates x and y coordinates
(rotate-x r angle)
Rotate x coordinate for radius and angle
Rotate x coordinate for radius and angle
(rotate-y r angle)
Rotate y coordinate for radius and angle
Rotate y coordinate for radius and angle
(round-decimals number decimals-num)
Round number to particular number of decimals
Round number to particular number of decimals
(round-up number1 number2)
Round up divided numbers
Round up divided numbers
(split-with-newline text)
Split text with newline without loosing empty rows
Split text with newline without loosing empty rows
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close