mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[poincare] more assertions
This commit is contained in:
@@ -23,5 +23,6 @@ QUIZ_CASE(poincare_integer_parse_integer) {
|
||||
}
|
||||
|
||||
QUIZ_CASE(poincare_integer_approximate) {
|
||||
assert(Integer(1).approximate() == 1.0f);
|
||||
assert(Integer::parseInteger("12345678").approximate() == 12345678.0f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user