This website requires JavaScript.
Explore
Help
Sign In
ARMmbed
/
mbed-os
mirror of
https://github.com/ARMmbed/mbed-os.git
Watch
1
Star
0
Fork
You've already forked mbed-os
0
Code
Issues
Projects
Releases
Wiki
Activity
1dcc9246bd
mbed-os
/
libraries
/
tests
/
benchmarks
/
float_math
/
main.cpp
9 lines
106 B
C++
Raw
Blame
History
#
include
"mbed.h"
volatile
float
w
,
x
,
y
,
z
;
int
main
(
)
{
while
(
1
)
{
z
=
x
*
y
/
w
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink