LimitDir

it.grypho.scala.leonardo.scalar.LimitDir
enum LimitDir

Direction of approach for a limit expression.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case Both extends LimitDir

Two-sided limit (default).

Two-sided limit (default).

Attributes

case FromLeft extends LimitDir

One-sided limit approaching from the left (x -> p-).

One-sided limit approaching from the left (x -> p-).

Attributes

case FromRight extends LimitDir

One-sided limit approaching from the right (x -> p+).

One-sided limit approaching from the right (x -> p+).

Attributes