Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 305 Bytes

MODULES.md

File metadata and controls

40 lines (30 loc) · 305 Bytes

Native Functions in Tank Modules

system

  • winTerminal
  • osName
  • osEnvVar
  • osArch

math

  • log

  • log10

  • max

  • min

  • pow

  • sqrt

  • sin

  • cos

  • tan

  • asin

  • acos

  • atan

  • sinh

  • cosh

  • tanh

string

  • strLength
  • strMatch

scanner

  • scanString
  • scanLine
  • scanDouble
  • scanInt