union-angle: Union type that include radian angle and degree angle

[ bsd3, data, library ] [ Propose Tags ]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <5) [details]
License BSD-3-Clause
Copyright 2021 Yoshikuni Jujo
Author Yoshikuni Jujo
Maintainer yoshikuni.jujo.pc@gmail.com
Category Data
Home page https://github.com/githubuser/union-angle#readme
Bug tracker https://github.com/githubuser/union-angle/issues
Source repo head: git clone https://github.com/githubuser/union-angle
Uploaded by YoshikuniJujo at 2021-06-07T08:14:57Z
Distributions LTSHaskell:0.1.0.1, NixOS:0.1.0.1, Stackage:0.1.0.1
Reverse Dependencies 2 direct, 2 indirect [details]
Downloads 398 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-06-07 [all 1 reports]

Readme for union-angle-0.1.0.1

[back to package description]

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