object fenv extends fenv
- Annotations
- @extern()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- fenv
- fenv
- fenv
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
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 FE_ALL_EXCEPT: CInt
- Definition Classes
- fenv
- Annotations
- @name("scalanative_fe_all_except")
- def FE_DIVBYZERO: CInt
- Definition Classes
- fenv
- Annotations
- @name("scalanative_fe_divbyzero")
- def FE_DOWNWARD: CInt
- Definition Classes
- fenv
- Annotations
- @name("scalanative_fe_downward")
- def FE_INEXACT: CInt
- Definition Classes
- fenv
- Annotations
- @name("scalanative_fe_inexact")
- def FE_INVALID: CInt
- Definition Classes
- fenv
- Annotations
- @name("scalanative_fe_invalid")
- def FE_OVERFLOW: CInt
- Definition Classes
- fenv
- Annotations
- @name("scalanative_fe_overflow")
- def FE_TONEAREST: CInt
- Definition Classes
- fenv
- Annotations
- @name("scalanative_fe_tonearest")
- def FE_TOWARDZERO: CInt
- Definition Classes
- fenv
- Annotations
- @name("scalanative_fe_towardzero")
- def FE_UNDERFLOW: CInt
- Definition Classes
- fenv
- Annotations
- @name("scalanative_fe_underflow")
- def FE_UPWARD: CInt
- Definition Classes
- fenv
- Annotations
- @name("scalanative_fe_upward")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def feclearexcept(excepts: CInt): CInt
- Definition Classes
- fenv
- def fegetenv(envp: Ptr[fenv_t]): CInt
- Definition Classes
- fenv
- def fegetexceptflag(flagp: Ptr[fexcept_t], excepts: CInt): CInt
- Definition Classes
- fenv
- def fegetround(): CInt
- Definition Classes
- fenv
- def feholdexcept(envp: Ptr[fenv_t]): CInt
- Definition Classes
- fenv
- def feraiseexcept(excepts: CInt): CInt
- Definition Classes
- fenv
- def fesetenv(envp: Ptr[fenv_t]): CInt
- Definition Classes
- fenv
- def fesetexceptflag(flagp: Ptr[fexcept_t], excepts: CInt): CInt
- Definition Classes
- fenv
- def fesetround(round: CInt): CInt
- Definition Classes
- fenv
- def fetestexcept(excepts: CInt): CInt
- Definition Classes
- fenv
- def feupdateenv(envp: Ptr[fenv_t]): CInt
- Definition Classes
- fenv
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()