Graph

scas.rendering.Graph
See theGraph companion object
class Graph(f: Double => Double) extends Double => Double, Plot

Attributes

Companion
object
Graph
Supertypes
trait Plot
trait Serializable
trait Double => Double
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(x: Double): Double

Inherited methods

def andThen[A](g: Double => A): Double => A

Attributes

Inherited from:
Function1
def compose[A](g: A => Double): A => Double

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1