Skip to contents

Format numbers using scientific notation for html

Usage

gtl_sci_10_html(x)

Arguments

x

Number to format

Value

A formatted expression

Examples

gtl_sci_10_html(10e6)
#> [1] "1 · 10<sup>07</sup>"
gtl_sci_10_html(10e9)
#> [1] "1 · 10<sup>10</sup>"