This website requires JavaScript.
Explore
Help
Sign In
steven-y-e
/
tmk
Watch
1
Star
0
Fork
You've already forked tmk
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5a0132f1c1
tmk
/
tool
/
mbed
/
mbed-sdk
/
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