Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
tetens.el
MasWag
May 11th, 2015
353
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
;; Tetens's formula
(defun E (T)
(* 6.11
(expt 10
(/ (* T 7.5)
(+ T 237.3)))))
(defun invE (e)
(let ((a (/ (log10 (/ e 6.11)) 7.5)))
(/ (* a 237.3) (- 1 a))))
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⚡ Crypto Swap Glitch ✅ Working ⚡ 🔥📝
JavaScript | 24 min ago | 0.20 KB
Longest Substring Without Repeating Character...
Java | 57 min ago | 3.03 KB
💎 ChangeNOW Exploit 🔥🔥
JavaScript | 58 min ago | 0.20 KB
Top K Frequent Elements - LeetCode
Java | 1 hour ago | 1.97 KB
Two Sum - LeetCode
Java | 1 hour ago | 3.22 KB
⭐Make $15OO in 2O minutes⭐ 🚨🚨
JavaScript | 1 hour ago | 0.20 KB
"AudioManager.gd" v1
GDScript | 1 hour ago | 6.31 KB
Untitled
Python | 1 hour ago | 1.73 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!