Skip to content

2.4.3

Compare
Choose a tag to compare
@zcohan zcohan released this 27 Oct 11:48
· 12 commits to master since this release

Constants

  • Additional constants: "phi" (golden ratio), & "tau" (2π)

Bases

  • Support for octal (base-8) numbers, i.e: "0o120707 to decimal" (= 41231)

Scientific notation

  • Convert numbers into scientific notation using "in scientific notation", or "in sci", like "10,500 in sci" (= 1.05e4)
  • Additional notation thresholds have been added to SIThreshold

Converting length to pixels

  • New function for length to pixels conversion:
  • "1 cm in px @ 326 ppi" (= 128px)

API changes

  • Some options on EngineFeatureFlags have been moved into LineCollection, as they only apply to calculations over multiple lines.