主頁 > 知識庫 > Lua中的數(shù)學(xué)庫總結(jié)

Lua中的數(shù)學(xué)庫總結(jié)

熱門標(biāo)簽:武漢外呼防封系統(tǒng)多少錢 個(gè)人怎么在地圖標(biāo)注需要的店鋪 冀州市地圖標(biāo)注 漳州智云呼電話機(jī)器人 地圖標(biāo)注大廈 百度地圖標(biāo)注早餐區(qū)域 清朝地圖標(biāo)注哈爾濱 怎么去除地圖標(biāo)注 新岸線智能電銷機(jī)器人

Lua5.1中數(shù)學(xué)庫的所有函數(shù)如下表:

math.pi 為圓周率常量 = 3.14159265358979323846

abs

取絕對值

math.abs(-15)

15

acos

反余弦函數(shù)

math.acos(0.5)

1.04719755

asin

反正弦函數(shù)

math.asin(0.5)

0.52359877

atan2

x / y的反正切值

math.atan2(90.0, 45.0)

1.10714871

atan

反正切函數(shù)

math.atan(0.5)

0.463647609

ceil

不小于x的最大整數(shù)

math.ceil(5.8)

6

cosh

雙曲線余弦函數(shù)

math.cosh(0.5)

1.276259652

cos

余弦函數(shù)

math.cos(0.5)

0.87758256

deg

弧度轉(zhuǎn)角度

math.deg(math.pi)

180

exp

計(jì)算以e為底x次方值

math.exp(2)

2.718281828

floor

不大于x的最大整數(shù)

math.floor(5.6)

5

fmod (mod)

取模運(yùn)算

math.mod(14, 5)

4

frexp

把雙精度數(shù)val分解為數(shù)字部分(尾數(shù))和以2為底的指數(shù)n,即val=x*2n

math.frexp(10.0)

0.625    4

ldexp

計(jì)算value * 2的n次方

math.ldexp(10.0, 3)

80 = 10 * (2 ^3)

log10

計(jì)算以10為基數(shù)的對數(shù)

math.log10(100)

2

log

計(jì)算一個(gè)數(shù)字的自然對數(shù)

math.log(2.71)

0.9969

max

取得參數(shù)中最大值

math.max(2.71, 100, -98, 23)

100

min

取得參數(shù)中最小值

math.min(2.71, 100, -98, 23)

-98

modf

把數(shù)分為整數(shù)和小數(shù)

math.modf(15.98)

15    98

pow

得到x的y次方

math.pow(2, 5)

32

rad

角度轉(zhuǎn)弧度

math.rad(180)

3.14159265358

random

獲取隨機(jī)數(shù)

math.random(1, 100)
math.random(100)

獲取1-100的隨機(jī)數(shù)

randomseed

設(shè)置隨機(jī)數(shù)種子

math.randomseed(os.time())

在使用math.random函數(shù)之前必須使用此函數(shù)設(shè)置隨機(jī)數(shù)種子

sinh

雙曲線正弦函數(shù)

math.sinh(0.5)

0.5210953

sin

正弦函數(shù)

math.sin(math.rad(30))

0.5

sqrt

開平方函數(shù)

math.sqrt(16)

4

tanh

雙曲線正切函數(shù)

math.tanh(0.5)

0.46211715

tan

正切函數(shù)

math.tan(0.5)

0.5463024

您可能感興趣的文章:
  • Lua中os庫詳細(xì)介紹
  • Lua中的一些常用函數(shù)庫實(shí)例講解
  • Lua中的常用函數(shù)庫匯總
  • 簡介Lua腳本與Redis數(shù)據(jù)庫的結(jié)合使用
  • Lua教程(十六):系統(tǒng)庫(os庫)
  • Nginx+lua 實(shí)現(xiàn)調(diào)用.so文件

標(biāo)簽:天門 濰坊 臺灣 金昌 德宏 天門 宣城 儋州

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《Lua中的數(shù)學(xué)庫總結(jié)》,本文關(guān)鍵詞  Lua,中的,數(shù)學(xué),庫,總結(jié),Lua,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《Lua中的數(shù)學(xué)庫總結(jié)》相關(guān)的同類信息!
  • 本頁收集關(guān)于Lua中的數(shù)學(xué)庫總結(jié)的相關(guān)信息資訊供網(wǎng)民參考!
  • 企业400电话

    智能AI客服机器人
    15000

    在线订购

    合计11份范本:公司章程+合伙协议+出资协议+合作协议+股权转让协议+增资扩股协议+股权激励+股东会决议+董事会决议

    推薦文章