The performance warning can be disabled by defining DISABLE_PERFORMANCE_WARNINGS before including this header. This is useful for code sections where you have already considered and accepted the performance implications.
Warning
Converting to floating-point is a heavy operation. Avoid in performance-critical code paths.