emul
Number
Related Docs:
class Number
|
package emul
object
Number
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
Number
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
abs
(
x:
FloatPoint
)
:
FloatPoint
def
abs
(
x:
FixedPoint
)
:
FixedPoint
def
acos
(
x:
FloatPoint
)
:
FloatPoint
def
acos
(
x:
FixedPoint
)
:
FixedPoint
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
asin
(
x:
FloatPoint
)
:
FloatPoint
def
asin
(
x:
FixedPoint
)
:
FixedPoint
def
atan
(
x:
FloatPoint
)
:
FloatPoint
def
atan
(
x:
FixedPoint
)
:
FixedPoint
def
ceil
(
x:
FloatPoint
)
:
FloatPoint
def
ceil
(
x:
FixedPoint
)
:
FixedPoint
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
cos
(
x:
FloatPoint
)
:
FloatPoint
def
cos
(
x:
FixedPoint
)
:
FixedPoint
def
cosh
(
x:
FloatPoint
)
:
FloatPoint
def
cosh
(
x:
FixedPoint
)
:
FixedPoint
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
exp
(
x:
FloatPoint
)
:
FloatPoint
def
exp
(
x:
FixedPoint
)
:
FixedPoint
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
floor
(
x:
FloatPoint
)
:
FloatPoint
def
floor
(
x:
FixedPoint
)
:
FixedPoint
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
ln
(
x:
FloatPoint
)
:
FloatPoint
def
ln
(
x:
FixedPoint
)
:
FixedPoint
def
log2
(
x:
FixedPoint
)
:
FixedPoint
def
max
(
x:
FloatPoint
,
y:
FloatPoint
)
:
FloatPoint
def
max
(
x:
FixedPoint
,
y:
FixedPoint
)
:
FixedPoint
def
min
(
x:
FloatPoint
,
y:
FloatPoint
)
:
FloatPoint
def
min
(
x:
FixedPoint
,
y:
FixedPoint
)
:
FixedPoint
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
pow
(
x:
FloatPoint
,
exp:
FloatPoint
)
:
FloatPoint
def
pow
(
x:
FixedPoint
,
exp:
FixedPoint
)
:
FixedPoint
def
recip
(
x:
FloatPoint
)
:
FloatPoint
def
recip
(
x:
FixedPoint
)
:
FixedPoint
def
recipSqrt
(
x:
FloatPoint
)
:
FloatPoint
def
recipSqrt
(
x:
FixedPoint
)
:
FixedPoint
def
sigmoid
(
x:
FixedPoint
)
:
FixedPoint
def
sin
(
x:
FloatPoint
)
:
FloatPoint
def
sin
(
x:
FixedPoint
)
:
FixedPoint
def
sinh
(
x:
FloatPoint
)
:
FloatPoint
def
sinh
(
x:
FixedPoint
)
:
FixedPoint
def
sqrt
(
x:
FloatPoint
)
:
FloatPoint
def
sqrt
(
x:
FixedPoint
)
:
FixedPoint
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
tan
(
x:
FloatPoint
)
:
FloatPoint
def
tan
(
x:
FixedPoint
)
:
FixedPoint
def
tanh
(
x:
FloatPoint
)
:
FloatPoint
def
tanh
(
x:
FixedPoint
)
:
FixedPoint
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped