|
|
|
|
|
by jacobolus
831 days ago
|
|
If you implement sine in software using the same sequence of basic arithmetic instructions, the result should be the same across platforms. If you make two different implementations using different arithmetic, then of course you can't rely on them being the same. |
|