Skip to content

Commit

Permalink
Merge pull request #66 from NevinBR/patch-2
Browse files Browse the repository at this point in the history
Made ElementaryFunctions refine AdditiveArithmetic

Discussion here: #56
  • Loading branch information
stephentyrone authored Nov 11, 2019
2 parents 3519620 + 6195693 commit d064661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Real/ElementaryFunctions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
/// - `Real`
///
/// [elfn]: http://en.wikipedia.org/wiki/Elementary_function
public protocol ElementaryFunctions {
public protocol ElementaryFunctions: AdditiveArithmetic {
/// The [exponential function][wiki] e^x whose base `e` is the base of the natural logarithm.
///
/// See also:
Expand Down

0 comments on commit d064661

Please sign in to comment.