This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
42359d8915
v
/
vlib
/
math
/
abs.c.v
9 lines
88 B
V
Raw
Blame
History
module
math
fn
C
.
fabs
(
x
f64
)
f64
[
inline
]
pub
fn
abs
(
a
f64
)
f64
{
return
C
.
fabs
(
a
)
}
Reference in New Issue
View Git Blame
Copy Permalink