BSD-3-Clause licensed by Yoshikuni Jujo
Maintained by [email protected]
This version can be pinned in stack with:union-angle-0.1.0.1@sha256:1aad0108ec091196e0aeb1ba75a31bdeb8d0b8c5dbdb5656e7b5e17349c2bfc0,1307

Module documentation for 0.1.0.1

Depends on 1 package(full list with versions):

union-angle

Union type that include radian angle and degree angle.

> a = Radian pi
> a
Radian 3.141592653589793
> degree a
180.0
> Degree d = a
> d
180.0
> Degree 180
Degree 180
> it + Radian pi
Radian 6.283185307179586

Changes

Changelog for union-angle

Unreleased changes