blob: 256e98cb04df977390fc3d3b0f4217d652f4edf8 [file] [log] [blame]
Brad Fitzpatrick51947442016-03-01 22:57:46 +00001// Copyright 2011 The Go Authors. All rights reserved.
Russ Coxdd8dc6f2011-12-13 15:20:12 -05002// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
Rob Pike8bca1482014-08-12 17:04:45 -07005#include "textflag.h"
Keith Randall1f796632013-08-12 10:25:18 -07006
7TEXT ·Atan2(SB),NOSPLIT,$0
Russ Coxdd8dc6f2011-12-13 15:20:12 -05008 JMP ·atan2(SB)