This website works better with JavaScript.
Explore
Help
Sign In
coolfactor
/
quadrotor
Watch
1
Star
0
Fork
You've already forked quadrotor
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Quadrotor from scratch
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38
Commits
1
Branch
0
Tags
214 KiB
C
93.1%
Assembly
4.2%
Makefile
1.7%
C++
0.7%
Shell
0.2%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
quadrotor
/
abs.h
3 lines
54 B
Raw
Permalink
Blame
History
/* abs.h */
#
define abs(x) (((x) < 0)? (-(x)) : (x))
Reference in new issue
Copy Permalink