RegressionTests__QDoubleTests.st
changeset 1616 04f3c6561ee0
parent 1615 736b7ed0df9a
child 1617 92cc9694fd5e
equal deleted inserted replaced
1615:736b7ed0df9a 1616:04f3c6561ee0
   288      self run:#test_05_multiply
   288      self run:#test_05_multiply
   289      self new test_05_multiply
   289      self new test_05_multiply
   290     "
   290     "
   291 
   291 
   292     "Created: / 19-06-2017 / 16:58:29 / cg"
   292     "Created: / 19-06-2017 / 16:58:29 / cg"
       
   293 !
       
   294 
       
   295 test_06_exp
       
   296     |f1 q1|
       
   297 
       
   298     f1 := 1.0 exp.
       
   299     q1 := 1.0 asQDouble exp.
       
   300 
       
   301     self assert:(q1 d0 = f1).
       
   302 
       
   303     "
       
   304      self run:#test_06_exp
       
   305      self new test_06_exp
       
   306     "
       
   307 
       
   308     "Created: / 19-06-2017 / 17:58:08 / cg"
   293 ! !
   309 ! !
   294 
   310 
   295 !QDoubleTests class methodsFor:'documentation'!
   311 !QDoubleTests class methodsFor:'documentation'!
   296 
   312 
   297 version
   313 version