Skip to main content
GOdin.1
Visitor II
November 2, 2022
Question

Double precision computation

  • November 2, 2022
  • 2 replies
  • 1224 views

I'm using STM32F446xx 32-bit MCU, but I want to do computation using double precision. Is it possible to perform double computation precision using given MCU? And if so, how can I make sure that double computation is performed?

This topic has been closed for replies.

2 replies

AScha.3
Super User
November 2, 2022

the compiler doing this for you - always.

if you use "double" variables.

If you feel a post has answered your question, please click on " Best Answer ".
S.Ma
Principal
November 2, 2022

STM32F76x has FPU HW 64 bit.