Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
#include
int main() { printf("%f\n", fma(0.5, 0.75, 1.0)); printf("%f\n", fma(3, 3, 1)); printf("%f\n", fma(2, 1.5, 1)); return 0; }
1.375000
10.000000
4.000000