API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > TB_IFCEXPORT::MathUtil Namespace > Functions > TB_IFCEXPORT::MathUtil::SafeAsin Function
TB_IFCEXPORT::MathUtil::SafeAsin Function
Syntax
C++
double SafeAsin(double val);

TbIfcMathUtil.h

Parameters 
Description 
double val 
[in] value.
 

arcsine of the value.

Do an arcsine operation that allows for input values slightly smaller than -1 and slightly bigger than 1. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.