TranscryptOrg / Transcrypt

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

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

Open chopin opened 6 months ago

chopin commented 6 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 days ago

Will be included in the v3.9.3 release.