index
:
otp.git
HansN-patch-1
KennethL-patch-1
bjorn/contributing
bjorn/contributing-1
dgud-string-depr
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
meta
sverker-ets-patch-1
Mirror of Erlang/OTP repository.
OTP Team
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
compiler
/
test
/
compile_SUITE_data
/
small_float.erl
blob: 5cbb5aef83b73fa0e7bd6e08b1143774c44678d5 (
plain
) (
tree
)
0abc7970e0
1
2
3
4
5
-
module
(
small_float
).
-
export
([
f
/
1
]).
f
(
F
)
when
is_float
(
F
)
->
F
/
2
.