Changes between Version 77 and Version 78 of FAQ


Ignore:
Timestamp:
Oct 19, 2011, 12:10:58 PM (13 years ago)
Author:
Dimitar Misev
Comment:

in the meantime this has changed so that dividing ints results in a float

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v77 v78  
    106106}}}
    107107
    108 === When using division "/" as an induced operation I get integer results instead of floats. ===
    109 
    110  * Division of two integers yields an integer. If you want to have a float result then you need to cast the operands (that is: at least one of them) to float or double.
    111 
    112108=== My insert query produces error 821 (cell type mismatch) ===
    113109... although I provide a TIFF file with correct pixel type: