math_pi

円周と直径の比率を表す円周率を表します。


taiseiue | 2024-11-21

定義

名前空間: Alice.Math
アセンブリ: Losetta.Runtime.dll
ソースコード: Alice.Math.cs

πで表される円周と直径の比率を表す円周率を返します。

AliceScript
namespace Alice.Math;
public readonly number math_pi = 3.14159265358979323846;

number 円周率の近似値

対応
AliceScript RC1、RC2、GM、2.0、2.1、2.2、2.3、3.0
AliceSister GM、2.0、2.1、2.2、2.3、3.0
Losetta 0.8、0.9、0.10

次の例では、定数πを取得します。

AliceScript
using Alice.Math;

print(math_pi()); // 出力例 : 3.1415926535897931