log10
log10f
Syntax
#include <math.h>
double log10 (double x);
float log10f (float x);
Arguments
x is the original value
Return Value
The common logarithm of x
Explanation
It calculates the common logarithm of x by using this formula:
log10(x) = log(x) / log(10)
Note
This standard function comes with NuSystem.
|
Nintendo® Confidential
Warning: all information in this document is confidential and covered by a non-disclosure agreement. You are responsible for keeping this information confidential and protected. Nintendo will vigorously enforce this responsibility.
Copyright © 1998
Nintendo of America Inc. All rights reserved Nintendo and N64 are registered trademarks of Nintendo
Last updated March 1998
|