Project

General

Profile

Actions

Bug #335

closed

Adding a floating point number to an integer turns integer variable to fp.

Added by David Baldwin over 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
04/09/2020
Due date:
% Done:

0%

Estimated time:
1:00 h
Affected version:

Description

A=1

Add A,5/4
Print A

'A' carries an fp result!

Actions #1

Updated by Francois Lionet over 4 years ago

  • Status changed from New to Resolved
  • Target version set to 0.9.8.1

Fixed

Actions #2

Updated by David Baldwin over 4 years ago

Half fixed

A=1
Add A,1.25
Print A ----> Result 2

A=1
Add A,5/4
Print A ----> Result 2.25

Actions #3

Updated by David Baldwin over 4 years ago

  • Status changed from Resolved to Feedback
Actions #4

Updated by Brian Flanagan about 4 years ago

  • Estimated time set to 1:00 h
Actions #5

Updated by David Baldwin over 3 years ago

  • Status changed from Feedback to Resolved
Actions #6

Updated by David Baldwin over 3 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF