GitHubJupyter
  • Preparing search index...
  • The search index is not available
@lumino
  • @lumino
  • datagrid
  • TextRenderer
  • formatExponential

Function formatExponential

  • formatExponential(options?): FormatFunc
  • Create a scientific notation format function.

    Parameters

    • options: TextRenderer.formatExponential.IOptions = {}

      The options for creating the format function.

    Returns FormatFunc

    A new scientific notation format function.

    Notes

    This formatter uses the builtin Number() and toExponential() to coerce values.

    The formatIntlNumber() formatter is more flexible, but slower.

    • Defined in datagrid/src/textrenderer.ts:596

Settings

Member Visibility

Theme

On This Page

Notes
@lumino
  • Loading...

Generated using TypeDoc