analysisadd.idl (7e178966) analysisadd.idl (feb8f109)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 314 unchanged lines hidden (view full) ---

323 [in] sequence< sequence< string > > Num1,
324 [in] sequence< any > OptNums )
325 raises( com::sun::star::lang::IllegalArgumentException );
326
327 /// imsqrt.
328 string getImsqrt( [in] string Num )
329 raises( com::sun::star::lang::IllegalArgumentException );
330
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 314 unchanged lines hidden (view full) ---

323 [in] sequence< sequence< string > > Num1,
324 [in] sequence< any > OptNums )
325 raises( com::sun::star::lang::IllegalArgumentException );
326
327 /// imsqrt.
328 string getImsqrt( [in] string Num )
329 raises( com::sun::star::lang::IllegalArgumentException );
330
331 /// imtan.
332 string getImtan( [in] string Num )
333 raises( com::sun::star::lang::IllegalArgumentException );
334
335 /// imsec.
336 string getImsec( [in] string Num)
337 raises( com::sun::star::lang::IllegalArgumentException );
338
339 /// imcsc.
340 string getImcsc( [in] string Num )
341 raises( com::sun::star::lang::IllegalArgumentException );
342
343 /// imcot.
344 string getImcot( [in] string Num )
345 raises( com::sun::star::lang::IllegalArgumentException );
346
347 /// imsinh.
348 string getImsinh( [in] string Num )
349 raises( com::sun::star::lang::IllegalArgumentException );
350
351 /// imcosh.
352 string getImcosh( [in] string Num )
353 raises( com::sun::star::lang::IllegalArgumentException );
354
355 /// imsech.
356 string getImsech( [in] string Num)
357 raises( com::sun::star::lang::IllegalArgumentException );
358
359 /// imcsch.
360 string getImcsch( [in] string Num )
361 raises( com::sun::star::lang::IllegalArgumentException );
362
331 /// complex.
332 string getComplex( [in] double Real, [in] double Imaginary, [in] any Suffix )
333 raises( com::sun::star::lang::IllegalArgumentException );
334
335 /// convert.
336 double getConvert( [in] double Value, [in] string FromUnit, [in] string ToUnit )
337 raises( com::sun::star::lang::IllegalArgumentException );
338

--- 257 unchanged lines hidden ---
363 /// complex.
364 string getComplex( [in] double Real, [in] double Imaginary, [in] any Suffix )
365 raises( com::sun::star::lang::IllegalArgumentException );
366
367 /// convert.
368 double getConvert( [in] double Value, [in] string FromUnit, [in] string ToUnit )
369 raises( com::sun::star::lang::IllegalArgumentException );
370

--- 257 unchanged lines hidden ---