| 
									
										
										
										
											2020-06-21 11:34:00 +02:00
										 |  |  | load("test-common.js"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | try { | 
					
						
							|  |  |  |     assert(isClose(Math.asinh(0), 0)); | 
					
						
							| 
									
										
										
										
											2020-06-30 19:05:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // FIXME: assert(isClose(Math.asinh(1), 0.881373));
 | 
					
						
							| 
									
										
										
										
											2020-06-21 11:34:00 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     console.log("PASS"); | 
					
						
							|  |  |  | } catch (e) { | 
					
						
							|  |  |  |     console.log("FAIL: " + e); | 
					
						
							|  |  |  | } |