UTF-8に単純変換

This commit is contained in:
Takenori Imoto
2016-09-08 17:35:30 +09:00
parent 8713024d66
commit 0532684298
641 changed files with 22561 additions and 21149 deletions

View File

@@ -5,46 +5,46 @@
<!-- generated by to_html.pl from math.xml -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />
<title>Math �N���X</title>
<title>Math クラス</title>
<meta name="author" content="W.Dee" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<link href="browser.css" type="text/css" rel="stylesheet" title="�g���g���֘A���t�@�����X�p�W���X�^�C��" />
<link href="browser.css" type="text/css" rel="stylesheet" title="吉里吉里関連リファレンス用標準スタイル" />
<link href="mailto:[email protected]" rev="Made" />
<link href="index.html" target="_top" rel="Start" title="�g�b�v�y�[�W" />
<link href="index.html" target="_top" rel="Start" title="トップページ" />
</head>
<body>
<h1><a id="id268" name="id268">Math �N���X</a>
<h1><a id="id268" name="id268">Math クラス</a>
</h1><div class="para"><div>
�@JavaScript �� Math �Ƃقڌ݊��ł��B<br />
 JavaScript Math とほぼ互換です。<br />
<br />
���������Ă��郁�\�b�h :<br />
abs (���Βl�̎擾)<br />
acos (�A�[�N �R�T�C��)<br />
asin (�A�[�N �T�C��)<br />
atan (�A�[�N �^���W�F���g)<br />
atan2 (2�ϐ��̃A�[�N �^���W�F���g)<br />
ceil (�؂��グ)<br />
floor (�؂��̂�)<br />
exp (<span class="i">e</span>��n��)<br />
log (���R�ΐ�)<br />
max (���‚̒l�̑傫����)<br />
min (���‚̒l�̏�������)<br />
random (0�ȏ�1�����̗���)<br />
pow (�搔)<br />
round(�����ւ̂܂���)<br />
sin (�T�C��)<br />
cos (�R�T�C��)<br />
tan (�^���W�F���g)<br />
sqrt (������)<br />
実装されているメソッド :<br />
abs (絶対値の取得)<br />
acos (アーク コサイン)<br />
asin (アーク サイン)<br />
atan (アーク タンジェント)<br />
atan2 (2変数のアーク タンジェント)<br />
ceil (切り上げ)<br />
floor (切り捨て)<br />
exp (<span class="i">e</span>のn乗)<br />
log (自然対数)<br />
max (二つの値の大きい方)<br />
min (二つの値の小さい方)<br />
random (0以上1未満の乱数)<br />
pow (乗数)<br />
round(整数へのまるめ)<br />
sin (サイン)<br />
cos (コサイン)<br />
tan (タンジェント)<br />
sqrt (平方根)<br />
<br />
�������������v���p�e�B :<br />
実装されているプロパティ :<br />
E (<span class="i">e</span>)<br />
LN10 (log(10))<br />
LN2 (log(2))<br />
LOG10E (10�����Ƃ���<span class="i">e</span>�̑ΐ�)<br />
LOG2E (2�����Ƃ���<span class="i">e</span>�̑ΐ�)<br />
PI (��)<br />
LOG10E (10を底とした<span class="i">e</span>の対数)<br />
LOG2E (2を底とした<span class="i">e</span>の対数)<br />
PI (π)<br />
SQRT1_2 (sqrt(1/2))<br />
SQRT2 (sqrt(2))<br />
</div></div>