W3cubDocs

/Haxe Python

Math

package python.lib

@:pythonImport("math") Available on python

Static variables

static pi:Float

Static methods

static acos (v:Float):Float

static asin (v:Float):Float

static atan (v:Float):Float

static atan2 (y:Float, x:Float):Float

static cos (f:Float):Float

static isnan (f:Float):Bool

static log (f:Float):Float

static sin (f:Float):Float

static sqrt (f:Float):Float

static tan (f:Float):Float

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/lib/Math.html