Skip to content

kirin.dialects.math.stmts.atan

← Module overview

classatansource

kirin.dialects.math.stmts.atan

Bases: ir.Statement

atan statement, wrapping the math.atan function

class atan

Attributes

NameTypeDefaultDescription
name—'atan'
traits—frozenset({ir.Pure(), lowering.FromPythonCall()})
xir.SSAValueinfo.argument(types.Float)
resultir.ResultValueinfo.result(types.Float)