PHP 클래스 Litipk\BigNumbers\DecimalConstants

저자: Andreu Correa Casablanca ([email protected])
파일 보기 프로젝트 열기: litipk/php-bignumbers 1 사용 예제들

공개 메소드들

메소드 설명
e ( integer $scale = 32 ) : Decimal Returns the Euler's E number.
eulerMascheroni ( ) : Decimal Returns the Euler-Mascheroni constant.
goldenRatio ( ) : Decimal Returns the Golden Ration, also named Phi.
lightSpeed ( ) : Decimal Returns the Light of Speed measured in meters / second.
negativeOne ( )
one ( )
pi ( ) : Decimal Returns the Pi number.
silverRatio ( ) : Decimal Returns the Silver Ratio.
zero ( )

비공개 메소드들

메소드 설명
__clone ( ) Private clone method
__construct ( ) Private constructor

메소드 상세

e() 공개 정적인 메소드

Returns the Euler's E number.
public static e ( integer $scale = 32 ) : Decimal
$scale integer
리턴 Decimal

eulerMascheroni() 공개 정적인 메소드

Returns the Euler-Mascheroni constant.
public static eulerMascheroni ( ) : Decimal
리턴 Decimal

goldenRatio() 공개 정적인 메소드

Returns the Golden Ration, also named Phi.
public static goldenRatio ( ) : Decimal
리턴 Decimal

lightSpeed() 공개 정적인 메소드

Returns the Light of Speed measured in meters / second.
public static lightSpeed ( ) : Decimal
리턴 Decimal

negativeOne() 공개 정적인 메소드

public static negativeOne ( )

one() 공개 정적인 메소드

public static one ( )

pi() 공개 정적인 메소드

Returns the Pi number.
public static pi ( ) : Decimal
리턴 Decimal

silverRatio() 공개 정적인 메소드

Returns the Silver Ratio.
public static silverRatio ( ) : Decimal
리턴 Decimal

zero() 공개 정적인 메소드

public static zero ( )