Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Numeric<T>

Type parameters

  • T

Hierarchy

  • Numeric

Implemented by

Index

Methods

add

  • add(other: any): T

div

  • div(other: any): T

mod

  • mod(other: any): T

mul

  • mul(other: any): T

sub

  • sub(other: any): T