diff --git a/dev/guide/base/index.html b/dev/guide/base/index.html index 1b8dd7d..dc55609 100644 --- a/dev/guide/base/index.html +++ b/dev/guide/base/index.html @@ -14,4 +14,4 @@ 10.519999999999992°
The functions with a *d
version and deg2rad
only accept angles in degrees and functions with a *pi
version only accept angles in half turns. Similarly, rad2deg
only accepts angles in radians. The functions exp
and expm1
only accept imaginary angles, that is 1im*θ
for some angle θ
.
Additionally, several inverse functions in base are extended to return quantities with dimensionful angles when requested. This is requested by providing a unit as the first argument. For instance
julia> using DimensionfulAngles
julia> acos(ua"°", 0.9831912354632536)
-10.52000000000001°
The functions in Base
that are currently extended to accept units as their first argument and return values with those units are:
asin
, acos
, atan
, acot
, asec
, acsc
, asind
, acosd
, acotd
, asecd
, acscd
, atan(x, y)
asinh
, acosh
, atanh
, acoth
, asech
, acsch
log
, log1p
angle
Settings
This document was generated with Documenter.jl version 0.27.25 on Sunday 16 July 2023. Using Julia version 1.6.7.