Skip to content

Commit

Permalink
Made ElementaryFunctions refine AdditiveArithmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
NevinBR authored Nov 11, 2019
1 parent 3519620 commit 6195693
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 6195693

Please sign in to comment.