TranscryptOrg / Transcrypt

Python 3.9 to JavaScript compiler - Lean, fast, open!
https://www.transcrypt.org
Apache License 2.0
2.86k stars 215 forks source link

math.copysign() is not a function (missing?) #867

Closed chopin closed 4 months ago

chopin commented 10 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

JennaSys commented 4 months ago

Will be included in the v3.9.3 release.

JennaSys commented 4 months ago

Merged to master on PR #876