QP School
Floating-point numbers with single precision in VBA - Printable Version

+- QP School (https://qomplainerzschool.lima-city.de)
+-- Forum: Tutorials (https://qomplainerzschool.lima-city.de/forumdisplay.php?fid=3)
+--- Forum: Excel VBA Tutorials (https://qomplainerzschool.lima-city.de/forumdisplay.php?fid=48)
+--- Thread: Floating-point numbers with single precision in VBA (/showthread.php?tid=5206)



Floating-point numbers with single precision in VBA - Qomplainerz - 07-26-2023

Description:

Used to store single-precision floating-point numbers with decimals.

Example:

Dim pi As Single
pi = 3.14