https://developer.mozilla.org/de/docs/WebAssembly/Reference/Numeric/copysign
copysign: Wasm Text-Instruktion - WebAssembly | MDN
Die copysign-Instruktionen werden verwendet, um lediglich das Vorzeichenbit von einer Zahl auf eine andere zu kopieren.
wasmtextinstruktionwebassemblymdn
https://learn.microsoft.com/en-us/dotnet/api/system.math.copysign?view=net-9.0
Math.CopySign(Double, Double) Method (System) | Microsoft Learn
Returns a value with the magnitude of x and the sign of y.
mathdoublemethodsystemmicrosoft