当前位置:网站首页>Table of mathematical constants by q779
Table of mathematical constants by q779
2022-07-03 14:27:00 【q779】
It's possible to carry private goods qwq
Constant table
e = 2.718281828 e = \tt{2.718281828} e=2.718281828
π = 3.141592654 \pi = \tt{3.141592654} π=3.141592654
ln π = 1.1447 \ln \pi = \tt{1.1447} lnπ=1.1447
π = 1.7725 \sqrt{\pi} = \tt{1.7725} π=1.7725
| Natural logarithm table | N N N | ln N \ln N lnN |
|---|---|---|
| ln 2 = 0.70 \ln2 = \tt{0.70} ln2=0.70 | 2 \tt{2} 2 | 0.6931 \tt{0.6931} 0.6931 |
| ln 3 = 1.10 \ln3 = \tt{1.10} ln3=1.10 | 3 \tt{3} 3 | 1.0986 \tt{1.0986} 1.0986 |
| ln 5 = 1.61 \ln5 = \tt{1.61} ln5=1.61 | 5 \tt{5} 5 | 1.6094 \tt{1.6094} 1.6094 |
| ln 7 = 1.95 \ln7 = \tt{1.95} ln7=1.95 | 7 \tt{7} 7 | 1.9459 \tt{1.9459} 1.9459 |
| ln 11 = 2.40 \ln11 = \tt{2.40} ln11=2.40 | 11 \tt{11} 11 | 2.3979 \tt{2.3979} 2.3979 |
| ln 13 = 2.56 \ln13 = \tt{2.56} ln13=2.56 | 13 \tt{13} 13 | 2.5649 \tt{2.5649} 2.5649 |
| ln 17 = 2.83 \ln17 = \tt{2.83} ln17=2.83 | 17 \tt{17} 17 | 2.8332 \tt{2.8332} 2.8332 |
| ln 19 = 2.94 \ln19 = \tt{2.94} ln19=2.94 | 19 \tt{19} 19 | 2.9444 \tt{2.9444} 2.9444 |
| ln 23 = 3.14 \ln23 = \tt{3.14} ln23=3.14 | 23 \tt{23} 23 | 3.1355 \tt{3.1355} 3.1355 |
| ln 29 = 3.37 \ln29 = \tt{3.37} ln29=3.37 | 29 \tt{29} 29 | 3.3673 \tt{3.3673} 3.3673 |
| ln 31 = 3.43 \ln31 = \tt{3.43} ln31=3.43 | 31 \tt{31} 31 | 3.4340 \tt{3.4340} 3.4340 |
| exp \exp exp surface | N N N | exp N \exp N expN |
|---|---|---|
| exp 2 = 7.3891 \exp{2} = \tt{7.3891} exp2=7.3891 | 2 \tt{2} 2 | 7.39 \tt{7.39} 7.39 |
| exp 3 = 20.0855 \exp{3} = \tt{20.0855} exp3=20.0855 | 3 \tt{3} 3 | 20.09 \tt{20.09} 20.09 |
| exp 5 = 148.4132 \exp{5} = \tt{148.4132} exp5=148.4132 | 5 \tt{5} 5 | 148.41 \tt{148.41} 148.41 |
| exp 7 = 1096.6332 \exp{7} = \tt{1096.6332} exp7=1096.6332 | 7 \tt{7} 7 | \tt{} 1096.63 \tt{1096.63} 1096.63 |
| exp 11 = 59874.1417 \exp{11} = \tt{59874.1417} exp11=59874.1417 | 11 \tt{11} 11 | 59874.14 \tt{59874.14} 59874.14 |
| exp 13 = 442413.3920 \exp{13} = \tt{442413.3920} exp13=442413.3920 | 13 \tt{13} 13 | 442413.39 \tt{442413.39} 442413.39 |
Blackboard bold
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \mathbb{ABCDEFGHIJKLMNOPQRSTUVWXYZ} ABCDEFGHIJKLMNOPQRSTUVWXYZ
some at sixes and sevens The formula
The prefix sum of the arithmetic sequence : S ( n ) = n ( a 1 + a n ) 2 = n a 1 + n ( n − 1 ) 2 d S(n) = \dfrac{n(a_1+a_n)}{2} = na_1 + \dfrac{n(n-1)}{2}d S(n)=2n(a1+an)=na1+2n(n−1)d
Prefix sum of proportional series : S ( n ) = a 1 ( 1 − q n ) 1 − q , q ≠ 1 S(n) = \dfrac{a_1(1-q^n)}{1-q},q\ne 1 S(n)=1−qa1(1−qn),q=1
Some common prefixes and
∑ i = 1 n i = n ( n + 1 ) 2 \sum\limits_{i=1}^{n}i = \dfrac{n(n+1)}{2} i=1∑ni=2n(n+1)
∑ i = 1 n i 2 = n ( n + 1 ) ( 2 n + 1 ) 6 \sum\limits_{i=1}^{n}i^2 = \dfrac{n(n+1)(2n+1)}{6} i=1∑ni2=6n(n+1)(2n+1)
∑ i = 1 n i 3 = ( n ( n + 1 ) 2 ) 2 \sum\limits_{i=1}^{n}i^3 = \left(\dfrac{n(n+1)}{2}\right)^2 i=1∑ni3=(2n(n+1))2
Fast square
x = a + x − a 2 x + a x ≈ a + x − a 2 2 × a \begin{aligned} \sqrt{x}&= a+\dfrac{x-a^2}{\sqrt{x}+a} \\\sqrt{x}&\approx a+\dfrac{x-a^2}{2\times a} \end{aligned} xx=a+x+ax−a2≈a+2×ax−a2
Positive integer a a a Satisfy a 2 ≤ x < ( a + 1 ) 2 a^2\le x < (a+1)^2 a2≤x<(a+1)2
边栏推荐
- NFT新的契机,多媒体NFT聚合平台OKALEIDO即将上线
- Doris学习笔记之数据表的创建
- 7-28 monkeys choose King (Joseph problem)
- Solr series of full-text search engines - basic principles of full-text search
- 洛谷P5536 【XR-3】核心城市 题解
- Zabbix添加Calculated items后保存页面成空白
- Learn to punch in today
- js . Find the first palindrome string in the array
- Too many files with unapproved license
- 动态获取权限
猜你喜欢

ShowMeBug入驻腾讯会议,开启专业级技术面试时代

Exercise 10-3 recursive implementation of exponential functions

Exercise 8-7 string sorting

Exercise 6-6 use a function to output an integer in reverse order

JS matrix zero

天谋科技 Timecho 完成近亿元人民币天使轮融资,打造工业物联网原生时序数据库

剑指 Offer 28. 对称的二叉树

Solution to failure or slow downloading of electron when electron uses electron builder to package

7-11 calculation of residential water charges by sections

Leetcode (4) -- find the median of two positively ordered arrays
随机推荐
MySQL multi table query subquery
2021年区域赛ICPC沈阳站J-Luggage Lock(代码简洁)
Recent learning summary
Eight sorts
7-7 12-24 hour system
Exercise 10-1 judge the three digits that meet the conditions
Programming language: the essence of type system
npm install卡住与node-npy的各种奇怪报错
ShowMeBug入驻腾讯会议,开启专业级技术面试时代
JS matrix zero
Learn to punch in today
556. 下一个更大元素 III
Add ZABBIX calculation type itemcalculated items
洛谷P5018 [NOIP2018 普及组] 对称二叉树 题解
MongoDB索引
泰凌冲刺科创板:拟募资13亿 国家大基金与小米长江是股东
添加Zabbix计算类型项目Calculated items
Raft agreement
Etcd cluster permission management and account password usage
牛客网:过河卒