mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
19 lines
152 B
Python
19 lines
152 B
Python
|
|
#Some negative numbers
|
|
|
|
-1
|
|
-10000000000000000
|
|
-1.0
|
|
-3.0e17
|
|
|
|
-(1)
|
|
-(10000000000000000)
|
|
-(1.0)
|
|
-(3.0e17)
|
|
|
|
(-1)
|
|
(-10000000000000000)
|
|
(-1.0)
|
|
(-3.0e17)
|
|
|
|
-1j |