GVGrandeur

GVGrandeur

Grandeur, methods for operations

Constructor

new GVGrandeur()

Source:

string

Classes

GVGrandeur

Members

_name

Source:

string

calcul

Source:

string

nameAndValue

Source:

number

precision

Source:

number

toFixed

Source:

string

unit

Source:

number

Methods

pow(n) → {GVGrandeur}

Source:

this^n

Parameters:
Name Type Description
n number

// Integer

Returns:
Type
GVGrandeur

sqrt(n) → {GVGrandeur}

Source:

this^n

Parameters:
Name Type Description
n

// Integer

Returns:
Type
GVGrandeur