Skip to main content

Signature

path=null start=null
decimalToOctal(decimal: number): string

Parameters

  • decimal: number - The decimal number to be converted.

Returns

string - The octal representation of the decimal number as a string.

Source

Defined in number.ts:333