FloatingPoint[A: FloatingPoint[A] val]
trait val FloatingPoint[A: FloatingPoint[A] val] is Real[A] val
Implements
- Real[A] val
Constructors
min_normalised
new val min_normalised() : FloatingPoint[A] val^
Returns
- FloatingPoint[A] val^
epsilon
new val epsilon() : FloatingPoint[A] val^
Returns
- FloatingPoint[A] val^
create
new val create( value: A) : Real[A] val^
Parameters
- value: A
Returns
- Real[A] val^
from[B: ((I8 val | I16 val | I32 val | I64 val | I128 val | ILong val | ISize val | U8 val | U16 val | U32 val | U64 val | U128 val | ULong val | USize val | F32 val | F64 val) & Real[B] val)]
new val from[B: ((I8 val | I16 val | I32 val | I64 val | I128 val | ILong val | ISize val | U8 val | U16 val | U32 val | U64 val | U128 val | ULong val | USize val | F32 val | F64 val) & Real[B] val)]( a: B) : Real[A] val^
Parameters
- a: B
Returns
- Real[A] val^
min_value
new val min_value() : Real[A] val^
Returns
- Real[A] val^
max_value
new val max_value() : Real[A] val^
Returns
- Real[A] val^
Public Functions
radix
fun tag radix() : U8 val
Returns
- U8 val
precision2
fun tag precision2() : U8 val
Returns
- U8 val
precision10
fun tag precision10() : U8 val
Returns
- U8 val
min_exp2
fun tag min_exp2() : I16 val
Returns
- I16 val
min_exp10
fun tag min_exp10() : I16 val
Returns
- I16 val
max_exp2
fun tag max_exp2() : I16 val
Returns
- I16 val
max_exp10
fun tag max_exp10() : I16 val
Returns
- I16 val
add_unsafe
Unsafe operation. If any input or output of the operation is +/- infinity or NaN, the result is undefined. The operation isn't required to fully comply to IEEE 754 semantics.
fun box add_unsafe( y: A) : A
Parameters
- y: A
Returns
- A
sub_unsafe
Unsafe operation. If any input or output of the operation is +/- infinity or NaN, the result is undefined. The operation isn't required to fully comply to IEEE 754 semantics.
fun box sub_unsafe( y: A) : A
Parameters
- y: A
Returns
- A
mul_unsafe
Unsafe operation. If any input or output of the operation is +/- infinity or NaN, the result is undefined. The operation isn't required to fully comply to IEEE 754 semantics.
fun box mul_unsafe( y: A) : A
Parameters
- y: A
Returns
- A
div_unsafe
Unsafe operation. If any input or output of the operation is +/- infinity or NaN, the result is undefined. The operation isn't required to fully comply to IEEE 754 semantics.
fun box div_unsafe( y: A) : A
Parameters
- y: A
Returns
- A
fld_unsafe
Unsafe operation. If any input or output of the operation is +/- infinity or NaN, the result is undefined. The operation isn't required to fully comply to IEEE 754 semantics.
fun box fld_unsafe( y: A) : A
Parameters
- y: A
Returns
- A
divrem_unsafe
Unsafe operation. If any input or output of the operation is +/- infinity or NaN, the result is undefined. The operation isn't required to fully comply to IEEE 754 semantics.
fun box divrem_unsafe( y: A) : (A , A)
Parameters
- y: A
Returns
- (A , A)
rem_unsafe
Unsafe operation. If any input or output of the operation is +/- infinity or NaN, the result is undefined. The operation isn't required to fully comply to IEEE 754 semantics.
fun box rem_unsafe( y: A) : A
Parameters
- y: A
Returns
- A
mod_unsafe
Unsafe operation. If any input or output of the operation is +/- infinity or NaN, the result is undefined. The operation isn't required to fully comply to IEEE 754 semantics.
fun box mod_unsafe( y: A) : A
Parameters
- y: A
Returns
- A
neg_unsafe
Unsafe operation. If any input or output of the operation is +/- infinity or NaN, the result is undefined. The operation isn't required to fully comply to IEEE 754 semantics.
fun box neg_unsafe() : A
Returns
- A
eq_unsafe
Unsafe operation. If any input of the operation is +/- infinity or NaN, the result is undefined. The operation isn't required to fully comply to IEEE 754 semantics.
fun box eq_unsafe( y: box->A) : Bool val
Parameters
- y: box->A
Returns
- Bool val
ne_unsafe
Unsafe operation. If any input of the operation is +/- infinity or NaN, the result is undefined. The operation isn't required to fully comply to IEEE 754 semantics.
fun box ne_unsafe( y: box->A) : Bool val
Parameters
- y: box->A
Returns
- Bool val
lt_unsafe
Unsafe operation. If any input of the operation is +/- infinity or NaN, the result is undefined. The operation isn't required to fully comply to IEEE 754 semantics.
fun box lt_unsafe( y: box->A) : Bool val
Parameters
- y: box->A
Returns
- Bool val
le_unsafe
Unsafe operation. If any input of the operation is +/- infinity or NaN, the result is undefined. The operation isn't required to fully comply to IEEE 754 semantics.
fun box le_unsafe( y: box->A) : Bool val
Parameters
- y: box->A
Returns
- Bool val
ge_unsafe
Unsafe operation. If any input of the operation is +/- infinity or NaN, the result is undefined. The operation isn't required to fully comply to IEEE 754 semantics.
fun box ge_unsafe( y: box->A) : Bool val
Parameters
- y: box->A
Returns
- Bool val
gt_unsafe
Unsafe operation. If any input of the operation is +/- infinity or NaN, the result is undefined. The operation isn't required to fully comply to IEEE 754 semantics.
fun box gt_unsafe( y: box->A) : Bool val
Parameters
- y: box->A
Returns
- Bool val
abs
fun box abs() : A
Returns
- A
ceil
fun box ceil() : A
Returns
- A
floor
fun box floor() : A
Returns
- A
round
fun box round() : A
Returns
- A
trunc
fun box trunc() : A
Returns
- A
finite
fun box finite() : Bool val
Returns
- Bool val
infinite
fun box infinite() : Bool val
Returns
- Bool val
nan
fun box nan() : Bool val
Returns
- Bool val
ldexp
fun box ldexp( x: A, exponent: I32 val) : A
Parameters
- x: A
- exponent: I32 val
Returns
- A
frexp
fun box frexp() : (A , U32 val)
Returns
- (A , U32 val)
log
fun box log() : A
Returns
- A
log2
fun box log2() : A
Returns
- A
log10
fun box log10() : A
Returns
- A
logb
fun box logb() : A
Returns
- A
pow
fun box pow( y: A) : A
Parameters
- y: A
Returns
- A
powi
fun box powi( y: I32 val) : A
Parameters
- y: I32 val
Returns
- A
sqrt
fun box sqrt() : A
Returns
- A
sqrt_unsafe
Unsafe operation. If this is negative, the result is undefined.
fun box sqrt_unsafe() : A
Returns
- A
cbrt
fun box cbrt() : A
Returns
- A
exp
fun box exp() : A
Returns
- A
exp2
fun box exp2() : A
Returns
- A
cos
fun box cos() : A
Returns
- A
sin
fun box sin() : A
Returns
- A
tan
fun box tan() : A
Returns
- A
cosh
fun box cosh() : A
Returns
- A
sinh
fun box sinh() : A
Returns
- A
tanh
fun box tanh() : A
Returns
- A
acos
fun box acos() : A
Returns
- A
asin
fun box asin() : A
Returns
- A
atan
fun box atan() : A
Returns
- A
atan2
fun box atan2( y: A) : A
Parameters
- y: A
Returns
- A
acosh
fun box acosh() : A
Returns
- A
asinh
fun box asinh() : A
Returns
- A
atanh
fun box atanh() : A
Returns
- A
copysign
fun box copysign( sign: A) : A
Parameters
- sign: A
Returns
- A
string
fun box string() : String iso^
Returns
- String iso^
add
fun box add( y: A) : A
Parameters
- y: A
Returns
- A
sub
fun box sub( y: A) : A
Parameters
- y: A
Returns
- A
mul
fun box mul( y: A) : A
Parameters
- y: A
Returns
- A
div
fun box div( y: A) : A
Parameters
- y: A
Returns
- A
divrem
fun box divrem( y: A) : (A , A)
Parameters
- y: A
Returns
- (A , A)
rem
fun box rem( y: A) : A
Parameters
- y: A
Returns
- A
neg
fun box neg() : A
Returns
- A
fld
fun box fld( y: A) : A
Parameters
- y: A
Returns
- A
mod
fun box mod( y: A) : A
Parameters
- y: A
Returns
- A
eq
fun box eq( y: box->A) : Bool val
Parameters
- y: box->A
Returns
- Bool val
ne
fun box ne( y: box->A) : Bool val
Parameters
- y: box->A
Returns
- Bool val
lt
fun box lt( y: box->A) : Bool val
Parameters
- y: box->A
Returns
- Bool val
le
fun box le( y: box->A) : Bool val
Parameters
- y: box->A
Returns
- Bool val
ge
fun box ge( y: box->A) : Bool val
Parameters
- y: box->A
Returns
- Bool val
gt
fun box gt( y: box->A) : Bool val
Parameters
- y: box->A
Returns
- Bool val
min
fun box min( y: A) : A
Parameters
- y: A
Returns
- A
max
fun box max( y: A) : A
Parameters
- y: A
Returns
- A
hash
fun box hash() : USize val
Returns
- USize val
hash64
fun box hash64() : U64 val
Returns
- U64 val
i8
fun box i8() : I8 val
Returns
- I8 val
i16
fun box i16() : I16 val
Returns
- I16 val
i32
fun box i32() : I32 val
Returns
- I32 val
i64
fun box i64() : I64 val
Returns
- I64 val
i128
fun box i128() : I128 val
Returns
- I128 val
ilong
fun box ilong() : ILong val
Returns
- ILong val
isize
fun box isize() : ISize val
Returns
- ISize val
u8
fun box u8() : U8 val
Returns
- U8 val
u16
fun box u16() : U16 val
Returns
- U16 val
u32
fun box u32() : U32 val
Returns
- U32 val
u64
fun box u64() : U64 val
Returns
- U64 val
u128
fun box u128() : U128 val
Returns
- U128 val
ulong
fun box ulong() : ULong val
Returns
- ULong val
usize
fun box usize() : USize val
Returns
- USize val
f32
fun box f32() : F32 val
Returns
- F32 val
f64
fun box f64() : F64 val
Returns
- F64 val
i8_unsafe
fun box i8_unsafe() : I8 val
Returns
- I8 val
i16_unsafe
fun box i16_unsafe() : I16 val
Returns
- I16 val
i32_unsafe
fun box i32_unsafe() : I32 val
Returns
- I32 val
i64_unsafe
fun box i64_unsafe() : I64 val
Returns
- I64 val
i128_unsafe
fun box i128_unsafe() : I128 val
Returns
- I128 val
ilong_unsafe
fun box ilong_unsafe() : ILong val
Returns
- ILong val
isize_unsafe
fun box isize_unsafe() : ISize val
Returns
- ISize val
u8_unsafe
fun box u8_unsafe() : U8 val
Returns
- U8 val
u16_unsafe
fun box u16_unsafe() : U16 val
Returns
- U16 val
u32_unsafe
fun box u32_unsafe() : U32 val
Returns
- U32 val
u64_unsafe
fun box u64_unsafe() : U64 val
Returns
- U64 val
u128_unsafe
fun box u128_unsafe() : U128 val
Returns
- U128 val
ulong_unsafe
fun box ulong_unsafe() : ULong val
Returns
- ULong val
usize_unsafe
fun box usize_unsafe() : USize val
Returns
- USize val
f32_unsafe
fun box f32_unsafe() : F32 val
Returns
- F32 val
f64_unsafe
fun box f64_unsafe() : F64 val
Returns
- F64 val
compare
fun box compare( that: box->A) : (Less val | Equal val | Greater val)
Parameters
- that: box->A
Returns
© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/builtin-FloatingPoint