math

非推奨を表示

This library is an interface to the standard C math library, providing all of its functions inside the math table.

概要

プロパティ

  • Returns the value HUGE_VAL, a value larger than or equal to any other numerical value (about 21024).

  • The value of pi.

関数

パラメータ

戻り値

acos

パラメータ

戻り値

asin

パラメータ

戻り値

atan

パラメータ

戻り値

atan2

パラメータ

戻り値

ceil

パラメータ

戻り値

clamp

パラメータ

min: number
max: number

戻り値

パラメータ

戻り値

cosh

パラメータ

戻り値

パラメータ

戻り値

パラメータ

戻り値

floor

パラメータ

戻り値

fmod

パラメータ

戻り値

frexp

パラメータ

戻り値

ldexp

パラメータ

戻り値

パラメータ

base: number
既定値: 2.7182818

戻り値

log10

パラメータ

戻り値

パラメータ

...: number

戻り値

パラメータ

...: number

戻り値

modf

パラメータ

戻り値

noise

パラメータ

既定値: 0
既定値: 0

戻り値

パラメータ

戻り値

パラメータ

戻り値

random

パラメータ

既定値: 0
既定値: 1

戻り値

randomseed

void

パラメータ

戻り値

void

round

パラメータ

戻り値

sign

パラメータ

戻り値

パラメータ

戻り値

sinh

パラメータ

戻り値

sqrt

パラメータ

戻り値

パラメータ

戻り値

tanh

パラメータ

戻り値

プロパティ

huge

Returns the value HUGE_VAL, a value larger than or equal to any other numerical value (about 21024).

The value of pi.