Closed chopin closed 4 months ago
Is math.copysign() missing in Transcrypt?
in Python3.9.18:
>>> import math >>> math.copysign(1, 434) 1.0 >>> math.copysign(1, -434) -1.0
Transcrypted: Uncaught TypeError: math.copysign is not a function
Uncaught TypeError: math.copysign is not a function
Will be included in the v3.9.3 release.
Merged to master on PR #876
Is math.copysign() missing in Transcrypt?
in Python3.9.18:
Transcrypted:
Uncaught TypeError: math.copysign is not a function