repo.or.cz
/
proto.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
generate platform_ops.h from platform_ops.proto, and reduce dependencies
[proto.git]
/
lib
/
core
/
asinh.proto
blob
2418d2530eb66e7a5389d3a6a4e0d227463f795d
1
(def asinh (x)
2
(log (+ x (sqrt (+ (* x x) 1)))))