mirror of
https://github.com/janet-lang/janet
synced 2025-09-07 13:28:03 +00:00
Add hexfloats - Address #1550
This commit is contained in:
@@ -208,5 +208,8 @@
|
||||
(parser/consume p `")`)
|
||||
(assert (= (parser/produce p) ["hello"]))
|
||||
|
||||
# Hex floats
|
||||
(assert (= math/pi +0x1.921fb54442d18p+0001))
|
||||
|
||||
(end-suite)
|
||||
|
||||
|
Reference in New Issue
Block a user