Downloads
Documentation
Get Involved
Help
Search docs
PHP 8.1.31 Released!
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Enumerations
Errors
Exceptions
Fibers
Generators
Attributes
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Predefined Attributes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Session Security
Filesystem Security
Database Security
Error Reporting
User Submitted Data
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
はじめに »
« GMP::__unserialize
PHP マニュアル
関数リファレンス
数学
Change language:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
数学関数
はじめに
定義済み定数
Math 関数
abs
— 絶対値
acos
— 逆余弦(アークコサイン)
acosh
— 逆双曲線余弦(アークハイパボリックコサイン)
asin
— 逆正弦(アークサイン)
asinh
— 逆双曲線正弦(アークハイパボリックサイン)
atan
— 逆正接(アークタンジェント)
atan2
— 2 変数のアークタンジェント
atanh
— 逆双曲線正接(アークハイパボリックタンジェント)
base_convert
— 数値の基数を任意に変換する
bindec
— 2 進数 を 10 進数に変換する
ceil
— 端数の切り上げ
cos
— 余弦(コサイン)
cosh
— 双曲線余弦(ハイパボリックコサイン)
decbin
— 10 進数を 2 進数に変換する
dechex
— 10 進数を 16 進数に変換する
decoct
— 10 進数を 8 進数に変換する
deg2rad
— 度単位の数値をラジアン単位に変換する
exp
— e の累乗を計算する
expm1
— 値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す
fdiv
— IEEE 754 に従い、数値の除算を行う
floor
— 端数の切り捨て
fmod
— 引数で除算をした際の剰余を返す
fpow
— Raise one number to the power of another, according to IEEE 754
hexdec
— 16 進数を 10 進数に変換する
hypot
— 直角三角形の斜辺の長さを計算する
intdiv
— 整数値の除算
is_finite
— 浮動小数点数の値が、有限の数値であるかどうかを調べる
is_infinite
— 浮動小数点数の値が、無限大であるかどうかを調べる
is_nan
— 浮動小数点数の値が、非数かどうかを調べる
log
— 自然対数
log10
— 底が 10 の対数
log1p
— 値がゼロに近い時にでも精度を保つ方法で計算した log(1 + number) を返す
max
— 最大値を返す
min
— 最小値を返す
octdec
— 8 進数を 10 進数に変換する
pi
— 円周率の値を得る
pow
— 指数表現
rad2deg
— ラジアン単位の数値を度単位に変換する
round
— 浮動小数点数を丸める
sin
— 正弦(サイン)
sinh
— 双曲線正弦(ハイパボリックサイン)
sqrt
— 平方根
tan
— 正接(タンジェント)
tanh
— 双曲線正接(ハイパボリックタンジェント)
Improve This Page
Learn How To Improve This Page
•
Submit a Pull Request
•
Report a Bug
+
add a note
User Contributed Notes
There are no user contributed notes for this page.
↑
and
↓
to navigate •
Enter
to select •
Esc
to close
Press
Enter
without selection to search using Google