Skip to content

Commit

Permalink
Export new functions
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankral committed Sep 13, 2024
1 parent 0e14eda commit aa3d6ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# History.md

## v0.10.1 2024-09-13
- Export functions `phasorsine_hline` and `phasorcosine_hline`

## v0.10.0 2024-09-13
- Add new functions `phasorsine_hline` and `phasorcosine_hline`
-

## v0.9.0 2024-09-13
- Add arguments `shift` and `marker` to functions `phasorsine` and
`phasorcosine`
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ElectricalEngineering"
uuid = "84e62fa8-74a0-5990-9214-c45bd74ae4d7"
authors = ["Christian Kral <dr.christian.kral@gmail.com>"]
version = "0.10.0"
version = "0.10.1"

[deps]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand Down
3 changes: 2 additions & 1 deletion src/phasor.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export j, pol, ∠, phasor,
phasorsine, phasorcosine, angulardimension, phasordimension
phasorsine, phasorcosine, angulardimension, phasordimension,
phasorsine_hline, phasorcosine_hline

"""
`j = 1im` equals the imaginary unit
Expand Down

0 comments on commit aa3d6ca

Please sign in to comment.