com.opendatagroup.hadrian.lib

math

package math

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. math
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class ACos extends LibFcn with (Double) ⇒ Double

  2. class ASin extends LibFcn with (Double) ⇒ Double

  3. class ATan extends LibFcn with (Double) ⇒ Double

  4. class ATan2 extends LibFcn with (Double, Double) ⇒ Double

  5. class Abs extends LibFcn

  6. class Ceil extends LibFcn with (Double) ⇒ Double

  7. class CopySign extends LibFcn

  8. class Cos extends LibFcn with (Double) ⇒ Double

  9. class CosH extends LibFcn with (Double) ⇒ Double

  10. class E extends LibFcn with () ⇒ Double

  11. class Exp extends LibFcn with (Double) ⇒ Double

  12. class ExpM1 extends LibFcn with (Double) ⇒ Double

  13. class Floor extends LibFcn with (Double) ⇒ Double

  14. class Hypot extends LibFcn with (Double, Double) ⇒ Double

  15. class Ln extends LibFcn with (Double) ⇒ Double

  16. class Ln1p extends LibFcn with (Double) ⇒ Double

  17. class Log extends LibFcn with (Double, Int) ⇒ Double

  18. class Log10 extends LibFcn with (Double) ⇒ Double

  19. class Pi extends LibFcn with () ⇒ Double

  20. class RInt extends LibFcn with (Double) ⇒ Double

  21. class Round extends LibFcn

  22. class Signum extends LibFcn with (Double) ⇒ Int

  23. class Sin extends LibFcn with (Double) ⇒ Double

  24. class SinH extends LibFcn with (Double) ⇒ Double

  25. class Sqrt extends LibFcn with (Double) ⇒ Double

  26. class Tan extends LibFcn with (Double) ⇒ Double

  27. class TanH extends LibFcn with (Double) ⇒ Double

Value Members

  1. val anyNumber: Set[Type]

  2. val avoidsRoundoff: Elem

  3. def domain(low: String, high: String, lowInclusive: String = "", highInclusive: String = " (inclusive)", result: Array[Node] = ..., ensureFinite: Array[Node] = ...): Elem

  4. val prefix: String

  5. def provide(libFcn: LibFcn): Unit

  6. def provides: ListMap[String, LibFcn]

  7. def wholeLine(tpe: String = " real"): Elem

  8. def wholePlane(tpe: String = " real"): Elem

Inherited from AnyRef

Inherited from Any

Ungrouped