Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
root
/
src
/
system
/
libroot
/
posix
/
musl
/
math
/
x86
/log10.s
.global log10
.type log10,@function
log10:
fldlg2
fldl 4(%esp)
fyl2x
ret