Changes between Initial Version and Version 1 of Ticket #1007, comment 8
- Timestamp:
- Oct 22, 2015, 9:17:25 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1007, comment 8
initial v1 1 When no type specifier is used however it seems like float is assumed; I think it's best stick to double by default. 1 When no type specifier is used however it seems like float is assumed; I think it's best stick to double by default. But even if '''f''' is specified on the constant we should still have a double sum.. it's a bit weirdly done now in the condenser implementation, which uses the type of the operands to perform the operation.