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 3333// adapted from Kahan's 1986 paper "Branch Cuts for Complex Elementary
3434// Functions; or: Much Ado About Nothing's Sign Bit".
3535//
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
3737// functions: If you make a modification to either of the following functions,
3838// you should almost surely make a parallel modification to the same elementary
3939// function of quaternions (See ElementaryFunctions.swift in QuaternionModule).
Original file line number Diff line number Diff line change 1212
1313import RealModule
1414
15- // As the following elementary functions algorithms are adoptions of the
15+ // As the following elementary functions algorithms are adaptations of the
1616// elementary functions of complex numbers: If you make a modification to either
1717// of the following functions, you should almost surely make a parallel
1818// modification to the same elementary function of complex numbers (See
You can’t perform that action at this time.
0 commit comments