• Libraries

  • Home

  • aero
  • async-flow-fx
  • bidi
  • blossom
  • buddy-core
  • buddy-sign
  • camel-snake-kebab
  • chime
  • clj-kondo
  • clojure
  • clojure.data.json
  • closeable-map
  • config
  • core.async
  • crypto-password
  • cuerdas
  • data.xml
  • devcards
  • digest
  • etaoin
  • fs
  • hiccup
  • hikari-cp
  • honeysql
  • http-fx
  • humanize
  • image-resizer
  • integrant
  • loom
  • migratus
  • next-jdbc
  • openai-clojure
  • postal
  • process
  • reitit-parent
  • ring
  • selmer
  • shadow-cljs-tailwind-jit
  • testcontainers-clj
  • tick
  • timbre
  • tools.cli
  • websocket-client

Library released under Flexiana license. Copyright 2024 Flexiana.

Visit Flexiana website

Public Vars

  • E (clj)
  • IEEE-remainder (clj)
  • PI (clj)
  • acos (clj)
  • add-exact (clj)
  • asin (clj)
  • atan (clj)
  • atan2 (clj)
  • cbrt (clj)
  • ceil (clj)
  • copy-sign (clj)
  • cos (clj)
  • cosh (clj)
  • decrement-exact (clj)
  • exp (clj)
  • expm1 (clj)
  • floor (clj)
  • floor-div (clj)
  • floor-mod (clj)
  • get-exponent (clj)
  • hypot (clj)
  • increment-exact (clj)
  • log (clj)
  • log10 (clj)
  • log1p (clj)
  • multiply-exact (clj)
  • negate-exact (clj)
  • next-after (clj)
  • next-down (clj)
  • next-up (clj)
  • pow (clj)
  • random (clj)
  • rint (clj)
  • round (clj)
  • scalb (clj)
  • signum (clj)
  • sin (clj)
  • sinh (clj)
  • sqrt (clj)
  • subtract-exact (clj)
  • tan (clj)
  • tanh (clj)
  • to-degrees (clj)
  • to-radians (clj)
  • ulp (clj)
Back

asin (clj)

(source)

function

(asin a)
Returns the arc sine of an angle, in the range -pi/2 to pi/2. If a is ##NaN or |a|>1 => ##NaN If a is zero => zero with the same sign as a See: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#asin-double-

Examples