File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
// adapted from Kahan's 1986 paper "Branch Cuts for Complex Elementary
34
34
// Functions; or: Much Ado About Nothing's Sign Bit".
35
35
//
36
- // As quaternions share the same goals and use adoptions of the elementary
36
+ // As quaternions share the same goals and use adaptations of the elementary
37
37
// functions: If you make a modification to either of the following functions,
38
38
// you should almost surely make a parallel modification to the same elementary
39
39
// function of quaternions (See ElementaryFunctions.swift in QuaternionModule).
Original file line number Diff line number Diff line change 12
12
13
13
import RealModule
14
14
15
- // As the following elementary functions algorithms are adoptions of the
15
+ // As the following elementary functions algorithms are adaptations of the
16
16
// elementary functions of complex numbers: If you make a modification to either
17
17
// of the following functions, you should almost surely make a parallel
18
18
// modification to the same elementary function of complex numbers (See
You can’t perform that action at this time.
0 commit comments