kirin.dialects.math.stmts.atan
← Module overview
class
classatan¶source
kirin.dialects.math.stmts.atan
Bases: ir.Statement
atan statement, wrapping the math.atan function
class atanAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'atan' | |
traits | — | frozenset({ir.Pure(), lowering.FromPythonCall()}) | |
x | ir.SSAValue | info.argument(types.Float) | |
result | ir.ResultValue | info.result(types.Float) |