Thanks for adding support for 64-bit floats!
Are there plans for adding/changing the functions in math and convert to support the new type too?
If anyone can help out in this regard I would be very grateful
dim d as double
d = 1.2345678901234560 // 0x3FF3C0CA428C59F8
d = 1.2345678901234562 // 0x3FF3C0CA428C59F9
d = 1.2345678901234564 // 0x3FF3C0CA428C59FA
// d = 1.2345678901234560 // 0x3FF3C0CA428C59F8
asm volatile("; RD_I000001_F000_000045_P000127");
F0_F64.val = 1.23456789012346;
// d = 1.2345678901234562 // 0x3FF3C0CA428C59F9
asm volatile("; RD_I000002_F000_000046_P000127");
F0_F64.val = 1.23456789012346;
// d = 1.2345678901234564 // 0x3FF3C0CA428C59FA
asm volatile("; RD_I000003_F000_000047_P000127");
F0_F64.val = 1.23456789012346;
Users browsing this forum: No registered users and 5 guests