Biscuit Language - 0.9.0 Logo
  • Installation
  • Language Reference
  • Examples
  • API
Biscuit Language - 0.9.0
  • »
  • API »
  • Math
  • View page source

MathΒΆ

#load "std/math.bl"
  • Math.F32_EPSILON
  • Math.F64_EPSILON
  • Math.HALF_PI
  • Math.PI
  • Math.S16_MAX
  • Math.S16_MIN
  • Math.S32_MAX
  • Math.S32_MIN
  • Math.S64_MAX
  • Math.S64_MIN
  • Math.S8_MAX
  • Math.S8_MIN
  • Math.TWO_PI
  • Math.U16_MAX
  • Math.U16_MIN
  • Math.U32_MAX
  • Math.U32_MIN
  • Math.U64_MAX
  • Math.U64_MIN
  • Math.U8_MAX
  • Math.U8_MIN
  • Math.abs
  • Math.acos
  • Math.asin
  • Math.atan2
  • Math.ceil
  • Math.compare
  • Math.copysign
  • Math.cos
  • Math.degtorad
  • Math.floor
  • Math.lerp
  • Math.log
  • Math.log10
  • Math.log2
  • Math.max
  • Math.min
  • Math.pow
  • Math.qsort
  • Math.radtodeg
  • Math.rand
  • Math.round
  • Math.sin
  • Math.sqrt
  • Math.srand
  • Math.tan
Next Previous

© Copyright 2020, Martin Dorazil

Built with Sphinx using a theme provided by Read the Docs.