5 #8

Merged
pn8rjlxip merged 1 commits from p2pwza8cv/System:z5 into master 2 years ago

// 7交换两个单精度浮点型数据
void SwapFloat(float *x, float *y)
{
float temp;
temp = *x;
*x = *y;
*y = temp;
}

// 7交换两个单精度浮点型数据 void SwapFloat(float *x, float *y) { float temp; temp = *x; *x = *y; *y = temp; }
p2pwza8cv added 1 commit 2 years ago
pn8rjlxip merged commit f45608a715 into master 2 years ago
The pull request has been merged as f45608a715.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: pn8rjlxip/System#8
Loading…
There is no content yet.