mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
* use std::to_chars for doubles * fixed cmake errors when an escript error occurs * macos 13 with clang15 * CI: macos new cache version * guessing game * guess no2 * test shipped clang with deloytarget env * adapted testdata, lets see if all platforms behave the same * explicit test if high precision double can get packed+unpacked * log testclient receive buffer on error * added docs
5 lines
121 B
Text
5 lines
121 B
Text
Result of CInt((64.1+0.1)*10.0) = 641
|
|
val(64.1)=64.1
|
|
val(64.2)=64.19999999999999
|
|
val(642)=641.9999999999999
|
|
val(642)=641
|