forked from QB64-Phoenix-Edition/QB64pe
-
Notifications
You must be signed in to change notification settings - Fork 0
CSNG
Samuel Gomes edited this page Nov 8, 2022
·
1 revision
CSNG converts a numerical value to the closest SINGLE-precision number.
singleValue! = CSNG(expression)
- expression is any TYPE of literal or variable numerical value or mathematical calculation.
- Returns the closest SINGLE decimal point value.
- Also used to define a value as SINGLE-precision up to 7 decimals.
A# = 975.3421222#
PRINT A#, CSNG(A#)
975.3421222 975.3421