简体   繁体   English

在哪里可以找到有关floorf等所有数学函数的描述?

[英]Where to find a description of all the math functions like floorf and others?

math.h is not really a documentation. math.h并不是真正的文档。 Is there something else that will describe these functions a but more in detail? 还有其他东西可以更详细地描述这些功能吗?

Since you indicated math.h I suppose you are using C++ so here's my currently booked marked reference 既然您指出了math.h,我想您正在使用C ++,所以这是我当前已预订的标记参考

http://www.cplusplus.com/reference/clibrary/cmath/ http://www.cplusplus.com/reference/clibrary/cmath/

floorf() is a variant for the floor() function, accepting and returning float values instead of double. floorf()是floor()函数的变体,接受并返回float值,而不是double。

The GNU Libc documentation is very helpful. GNU Libc文档非常有帮助。

The iPhone documentation also has a man page about floor() functions . iPhone文档还包含有关floor()函数手册页

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 需要IPP GMM功能的数学公式。 像ippsLogGaussMixture_32f_D2()等 - Need math formulas for IPP GMM-functions. Like ippsLogGaussMixture_32f_D2() and others 介子找不到 package,但 pc 文件是在哪里找到的? - Meson cannot find package, but pc file is where all others are found? 在哪里可以找到MinGW C库中所有功能的列表? - Where can I find a list of all functions in the MinGW C libraries? 在C ++中实现自定义数学函数(如SQRT)有什么意义? - What is the point implementing custom math functions in C++ (like SQRT)? 如何同时重载一类数字数组的所有数学函数 - How to overload all math functions simultaneously for a class of numerical arrays C ++查找点集在其他两个点之间的位置 - C++ find where a point set lies between two others 我在哪里可以找到关于“int C :: *”用法的描述? - Where can I find a description about the usage of “int C::*”? Constexpr数学函数 - Constexpr Math Functions 有没有办法找到一个DLL暴露的所有功能 - Is there a way to find all the functions exposed by a dll 在C ++上(在Ubuntu上)我必须为编译器配置什么才能找到导入项?(例如iostream,stdio,math等) - on c++(on ubuntu) what i must configure for the compiler find the imports?(like iostream,stdio,math,etc)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM